From be37b747c50e83e565fd8e6a4c1c46becd5677d9 Mon Sep 17 00:00:00 2001 From: Gert Driesen Date: Sat, 4 Jun 2016 13:56:00 +0200 Subject: [PATCH] Temporarily remove support for .NET Core done in order to be able to release a stable nuget package. --- README.md | 14 ++++++-------- build/build.proj | 8 -------- build/nuget/SshNet.Security.Cryptography.nuspec | 9 --------- 3 files changed, 6 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index d11a2fb..dd2739c 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,6 @@ This project groups some crypto classes that were previously part of **SSH.NET** #Framework Support# **SshNet.Security.Cryptography** is available for the following target frameworks: -* .NET Platform Standard 1.0 -* .NET Platform Standard 1.3 * .NET Framework 2.0 * .NET Framework 4.0 * .NET Framework 4.5 @@ -45,12 +43,12 @@ FEATURE_CRYPTO_HASHALGORITHM | [HashAlgorithm](https://msdn.microsoft.com/en-us/ #Build# The following software is required to build **SshNet.Security.Cryptography** in all its supported flavors: -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 ---------------------------------- | :------: | :------: | :------: | :--: | :--: | :---: | :---: | :----: | :--: | :---: |:---------------: | :--------------: -Windows Phone SDK 8.0 | | | | x | x | x | x | x | | x | | -Visual Studio 2012 Update 5 | x | x | | x | x | x | x | | | | | -Visual Studio 2015 Update 2 | x | x | x | | x | | x | x | x | x | x | x -.NET CLI SDK Preview 1 | | | | | | | | | | | x | x +Software | .NET 3.5 | .NET 4.0 | .NET 4.5 | SL 4 | SL 5 | WP 71 | WP 80 | WPA 81 | WIN8 | UAP10 +--------------------------------- | :------: | :------: | :------: | :--: | :--: | :---: | :---: | :----: | :--: | :---: +Windows Phone SDK 8.0 | | | | x | x | x | x | x | | x +Visual Studio 2012 Update 5 | x | x | | x | x | x | x | | | +Visual Studio 2015 Update 2 | x | x | x | | x | | x | x | x | x +.NET CLI SDK Preview 1 | | | | | | | | | | **Note:** diff --git a/build/build.proj b/build/build.proj index 476bb75..1252a0e 100644 --- a/build/build.proj +++ b/build/build.proj @@ -51,14 +51,6 @@ SshNet.Security.Cryptography.NET45+Win8+WPA81\bin\$(Configuration) portable-net45+win8+wpa81 - - SshNet.Security.Cryptography.NETCore\bin\$(Configuration)\netstandard1.0 - netstandard1.0 - - - SshNet.Security.Cryptography.NETCore\bin\$(Configuration)\netstandard1.3 - netstandard1.3 - diff --git a/build/nuget/SshNet.Security.Cryptography.nuspec b/build/nuget/SshNet.Security.Cryptography.nuspec index f675f97..3e25979 100644 --- a/build/nuget/SshNet.Security.Cryptography.nuspec +++ b/build/nuget/SshNet.Security.Cryptography.nuspec @@ -15,13 +15,4 @@ en-US crypto - - - - - - - - - \ No newline at end of file