Skip to content

Commit ab827c2

Browse files
committed
Document support for .NET Standard 2.0.
1 parent 7bbb7a0 commit ab827c2

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ Private keys can be encrypted using one of the following cipher methods:
119119
* .NET Framework 3.5
120120
* .NET Framework 4.0 (and higher)
121121
* .NET Standard 1.3
122+
* .NET Standard 2.0
122123
* Silverlight 4
123124
* Silverlight 5
124125
* Windows Phone 7.1
@@ -179,11 +180,12 @@ using (var client = new SshClient("sftp.foo.com", "guest", "pwd"))
179180

180181
## Building SSH.NET
181182

182-
Software | net35 | net40 | netstandard1.3 | sl4 | sl5 | wp71 | wp8 | uap10.0 |
183-
--------------------------------- | :---: | :---: | :------------: | :-: | :-: | :--: | :-: | :-----: |
184-
Windows Phone SDK 8.0 | | | | x | x | x | x |
185-
Visual Studio 2012 Update 5 | x | x | | x | x | x | x |
186-
Visual Studio 2015 Update 3 | x | x | | | x | | x | x
187-
Visual Studio 2017 | | x | x | | | | |
183+
Software | net35 | net40 | netstandard1.3 | netstandard2.0 | sl4 | sl5 | wp71 | wp8 | uap10.0 |
184+
--------------------------------- | :---: | :---: | :------------: | :------------: | :-: | :-: | :--: | :-: | :-----: |
185+
Windows Phone SDK 8.0 | | | | | x | x | x | x |
186+
Visual Studio 2012 Update 5 | x | x | | | x | x | x | x |
187+
Visual Studio 2015 Update 3 | x | x | | | | x | | x | x
188+
Visual Studio 2017 | x | x | x | x | | | | |
189+
Visual Studio 2019 | x | x | x | x | | | | |
188190

189191
[![NDepend](http://download-codeplex.sec.s-msft.com/Download?ProjectName=sshnet&DownloadId=629750)](http://ndepend.com)

0 commit comments

Comments
 (0)