Skip to content

Commit a3a8d42

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/develop'
2 parents 13cc563 + 7f8f312 commit a3a8d42

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

+11-10
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,21 @@ This project was inspired by **Sharp.SSH** library which was ported from java an
4949

5050
##Framework Support
5151
**SSH.NET** supports the following target frameworks:
52-
* .NET Framework 3.5
53-
* .NET Framework 4.0
54-
* Silverlight 4
55-
* Silverlight 5
56-
* Windows Phone 7.1
52+
* .NET Framework 3.5
53+
* .NET Framework 4.0 (and higher)
54+
* .NET Platform Standard 1.3
55+
* Silverlight 4
56+
* Silverlight 5
57+
* Windows Phone 7.1
5758
* Windows Phone 8.0
5859
* Universal Windows Platform 10
5960

6061
##Building SSH.NET
6162

62-
Software | .NET 3.5 | .NET 4.0 | SL 4 | SL 5 | WP 71 | WP 80 | UAP10
63-
--------------------------------- | :------: | :------: | :--: | :--: | :---: | :---: | :---:
64-
Windows Phone SDK 8.0 | | | x | x | x | x |
65-
Visual Studio 2012 Update 5 | x | x | x | x | x | x |
66-
Visual Studio 2015 Update 2 | x | x | | x | | x | x
63+
Software | net35 | net40 | netstandard1.3 | sl4 | sl5 | wp71 | wp8 | uap10.0 |
64+
--------------------------------- | :---: | :---: | :------------: | :-: | :-: | :--: | :-: | :-----: |
65+
Windows Phone SDK 8.0 | | | | x | x | x | x |
66+
Visual Studio 2012 Update 5 | x | x | | x | x | x | x |
67+
Visual Studio 2015 Update 3 | x | x | x | | x | | x | x
6768

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

0 commit comments

Comments
 (0)