Просмотр исходного кода

Include .NETStandard 1.3 in nuget package.

Gert Driesen 9 лет назад
Родитель
Сommit
9d47cdf1a7
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      build/build.proj

+ 4 - 0
build/build.proj

@@ -22,6 +22,10 @@
 			<OutputDirectory>Renci.SshNet\bin\$(Configuration)</OutputDirectory>
 			<Moniker>net40</Moniker>
 		</TargetFramework>
+		<TargetFramework Include=".NETStandard 1.3">
+			<OutputDirectory>Renci.SshNet.NETCore\bin\$(Configuration)\netstandard1.3</OutputDirectory>
+			<Moniker>netstandard1.3</Moniker>
+		</TargetFramework>
 		<TargetFramework Include="Windows Phone Silverlight 7.1">
 			<OutputDirectory>Renci.SshNet.WindowsPhone\bin\$(Configuration)</OutputDirectory>
 			<Moniker>wp71</Moniker>