This commit is contained in:
Wiesław Šoltés 2017-05-16 14:13:26 +02:00 коммит произвёл GitHub
Родитель e2f5f93a4b
Коммит fe1166239c
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -266,7 +266,9 @@ var nuspecNuGetSpiroNetViewModels = new NuGetPackSettings()
{
new NuSpecDependency { Id = "SpiroNet", Version = version },
new NuSpecDependency { Id = "SpiroNet.Editor", Version = version },
new NuSpecDependency { Id = "SpiroNet.Json", Version = version }
new NuSpecDependency { Id = "SpiroNet.Json", Version = version },
// netstandard1.3
new NuSpecDependency { Id = "System.IO.FileSystem", TargetFramework = "netstandard1.3", Version = "4.3.0" }
},
Files = new []
{