Skip to content

Commit 066f998

Browse files
authored
Upgrade .NET SDK from 7.402 to 7.403. (#1222)
1 parent 8e23633 commit 066f998

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
@@ -4,7 +4,7 @@ before_build:
44
- nuget restore Renci.SshNet.sln
55

66
install:
7-
- cinst dotnet-sdk --version=7.0.402 --limit-output
7+
- cinst dotnet-sdk --version=7.0.403 --limit-output
88

99
build:
1010
project: Renci.SshNet.sln

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "7.0.402",
3+
"version": "7.0.403",
44
"rollForward": "disable"
55
}
66
}

0 commit comments

Comments
 (0)