We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a87ac commit 9d47cdfCopy full SHA for 9d47cdf
build/build.proj
@@ -22,6 +22,10 @@
22
<OutputDirectory>Renci.SshNet\bin\$(Configuration)</OutputDirectory>
23
<Moniker>net40</Moniker>
24
</TargetFramework>
25
+ <TargetFramework Include=".NETStandard 1.3">
26
+ <OutputDirectory>Renci.SshNet.NETCore\bin\$(Configuration)\netstandard1.3</OutputDirectory>
27
+ <Moniker>netstandard1.3</Moniker>
28
+ </TargetFramework>
29
<TargetFramework Include="Windows Phone Silverlight 7.1">
30
<OutputDirectory>Renci.SshNet.WindowsPhone\bin\$(Configuration)</OutputDirectory>
31
<Moniker>wp71</Moniker>
0 commit comments