From 066f9982e30112df026dfb43cd41d547aa50b09f Mon Sep 17 00:00:00 2001 From: Gert Driesen Date: Wed, 25 Oct 2023 08:35:44 +0200 Subject: [PATCH] Upgrade .NET SDK from 7.402 to 7.403. (#1222) --- appveyor.yml | 2 +- global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 66f10858..2aeeb489 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 diff --git a/global.json b/global.json index 878faf6e..0da2d5ff 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "7.0.402", + "version": "7.0.403", "rollForward": "disable" } }