File tree Expand file tree Collapse file tree 3 files changed +6
-25
lines changed Expand file tree Collapse file tree 3 files changed +6
-25
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ This project groups some crypto classes that were previously part of **SSH.NET**
2323
2424#Framework Support#
2525** SshNet.Security.Cryptography** is available for the following target frameworks:
26- * .NET Platform Standard 1.0
27- * .NET Platform Standard 1.3
2826* .NET Framework 2.0
2927* .NET Framework 4.0
3028* .NET Framework 4.5
@@ -45,12 +43,12 @@ FEATURE_CRYPTO_HASHALGORITHM | [HashAlgorithm](https://msdn.microsoft.com/en-us/
4543#Build#
4644The following software is required to build ** SshNet.Security.Cryptography** in all its supported flavors:
4745
48- Software | .NET 3.5 | .NET 4.0 | .NET 4.5 | SL 4 | SL 5 | WP 71 | WP 80 | WPA 81 | WIN8 | UAP10 | .NETStandard 1.0 | .NETStandard 1.3
49- --------------------------------- | :------: | :------: | :------: | :--: | :--: | :---: | :---: | :----: | :--: | :---: |:---------------: | :--------------:
50- Windows Phone SDK 8.0 | | | | x | x | x | x | x | | x | |
51- Visual Studio 2012 Update 5 | x | x | | x | x | x | x | | | | |
52- Visual Studio 2015 Update 2 | x | x | x | | x | | x | x | x | x | x | x
53- .NET CLI SDK Preview 1 | | | | | | | | | | | x | x
46+ Software | .NET 3.5 | .NET 4.0 | .NET 4.5 | SL 4 | SL 5 | WP 71 | WP 80 | WPA 81 | WIN8 | UAP10
47+ --------------------------------- | :------: | :------: | :------: | :--: | :--: | :---: | :---: | :----: | :--: | :---:
48+ Windows Phone SDK 8.0 | | | | x | x | x | x | x | | x
49+ Visual Studio 2012 Update 5 | x | x | | x | x | x | x | | |
50+ Visual Studio 2015 Update 2 | x | x | x | | x | | x | x | x | x
51+ .NET CLI SDK Preview 1 | | | | | | | | | |
5452
5553** Note:**
5654
Original file line number Diff line number Diff line change 5151 <OutputDirectory >SshNet.Security.Cryptography.NET45+Win8+WPA81\bin\$(Configuration)</OutputDirectory >
5252 <Moniker >portable-net45+win8+wpa81</Moniker >
5353 </TargetFramework >
54- <TargetFramework Include =" .NETStandard 1.0" >
55- <OutputDirectory >SshNet.Security.Cryptography.NETCore\bin\$(Configuration)\netstandard1.0</OutputDirectory >
56- <Moniker >netstandard1.0</Moniker >
57- </TargetFramework >
58- <TargetFramework Include =" .NETStandard 1.3" >
59- <OutputDirectory >SshNet.Security.Cryptography.NETCore\bin\$(Configuration)\netstandard1.3</OutputDirectory >
60- <Moniker >netstandard1.3</Moniker >
61- </TargetFramework >
6254 </ItemGroup >
6355 <Target Name =" Clean" >
6456 <RemoveDir Directories =" $(MSBuildThisFileDirectory)target" />
Original file line number Diff line number Diff line change 1515 <language >en-US</language >
1616 <tags >crypto</tags >
1717 </metadata >
18- <dependencies >
19- <group targetFramework =" netstandard1.0" >
20- <dependency id =" System.IO" version =" 4.0.0-rc2-24027" />
21- </group >
22- <group targetFramework =" netstandard1.3" >
23- <dependency id =" System.IO" version =" 4.0.0-rc2-24027" />
24- <dependency id =" System.Security.Cryptography.Primitives" version =" 4.0.0-rc2-24027" />
25- </group >
26- </dependencies >
2718</package >
You can’t perform that action at this time.
0 commit comments