We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 054f1a8 + d9f8417 commit 52527aeCopy full SHA for 52527ae
appveyor.yml
@@ -1,7 +1,7 @@
1
os: Visual Studio 2015
2
3
before_build:
4
- - nuget restore
+ - nuget restore src\SshNet.Security.Cryptography.VS2015.sln
5
6
build:
7
project: src\Renci.SshNet.VS2015.sln
src/Renci.SshNet.UAP10/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "Microsoft.NETCore.UniversalWindowsPlatform": "5.1.0",
+ "Microsoft.NETCore.UniversalWindowsPlatform": "5.2.0",
"SshNet.Security.Cryptography": "1.2.0",
"System.Xml.XPath.XmlDocument": "4.0.1"
},
0 commit comments