Skip to content

Commit be37b74

Browse files
committed
Temporarily remove support for .NET Core
done in order to be able to release a stable nuget package.
1 parent 019b8e6 commit be37b74

File tree

3 files changed

+6
-25
lines changed

3 files changed

+6
-25
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff 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#
4644
The 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

build/build.proj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,6 @@
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"/>

build/nuget/SshNet.Security.Cryptography.nuspec

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,4 @@
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>

0 commit comments

Comments
 (0)