This commit is contained in:
Wiesław Šoltés 2017-05-16 10:51:07 +02:00 коммит произвёл GitHub
Родитель 7fa461816c
Коммит e801540bff
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -128,6 +128,11 @@ var nuspecNuGetWavFile = new NuGetPackSettings()
Description = "Split multi-channel WAV files into single channel WAV files.",
Copyright = "Copyright 2016",
Tags = new [] { "Wav", "Audio", "Splitter", "Multi-channel", "Managed", "C#" },
Dependencies = new []
{
// netstandard1.3
new NuSpecDependency { Id = "System.IO.FileSystem", TargetFramework = "netstandard1.3", Version = "4.3.0" }
},
Files = new []
{
// netstandard1.3