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.
1 parent 8e23633 commit 066f998Copy full SHA for 066f998
appveyor.yml
@@ -4,7 +4,7 @@ before_build:
4
- nuget restore Renci.SshNet.sln
5
6
install:
7
- - cinst dotnet-sdk --version=7.0.402 --limit-output
+ - cinst dotnet-sdk --version=7.0.403 --limit-output
8
9
build:
10
project: Renci.SshNet.sln
global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
- "version": "7.0.402",
+ "version": "7.0.403",
"rollForward": "disable"
}
0 commit comments