Upgrade .NET SDK from 7.402 to 7.403. (#1222)

This commit is contained in:
Gert Driesen
2023-10-25 08:35:44 +02:00
committed by GitHub
parent 8e2363360d
commit 066f9982e3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ before_build:
- nuget restore Renci.SshNet.sln
install:
- cinst dotnet-sdk --version=7.0.402 --limit-output
- cinst dotnet-sdk --version=7.0.403 --limit-output
build:
project: Renci.SshNet.sln
+1 -1
View File
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.402",
"version": "7.0.403",
"rollForward": "disable"
}
}