Skip to content

Commit 52527ae

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/master' into develop
2 parents 054f1a8 + d9f8417 commit 52527ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
os: Visual Studio 2015
22

33
before_build:
4-
- nuget restore
4+
- nuget restore src\SshNet.Security.Cryptography.VS2015.sln
55

66
build:
77
project: src\Renci.SshNet.VS2015.sln

src/Renci.SshNet.UAP10/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"Microsoft.NETCore.UniversalWindowsPlatform": "5.1.0",
3+
"Microsoft.NETCore.UniversalWindowsPlatform": "5.2.0",
44
"SshNet.Security.Cryptography": "1.2.0",
55
"System.Xml.XPath.XmlDocument": "4.0.1"
66
},

0 commit comments

Comments
 (0)