From d707679e25b1625925b867704e3759148c76bd58 Mon Sep 17 00:00:00 2001 From: EslamiSepehr Date: Fri, 11 Nov 2022 18:32:51 +0330 Subject: [PATCH] Fix .NET SDK Version --- appveyor.yml | 2 +- global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 9bc662a6bb..cf38d36b98 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,7 +8,7 @@ init: - git config --global core.autocrlf true environment: - DOTNET_VERSION: "7.0.0" + DOTNET_VERSION: "7.0.100" build_script: - ps: dotnet pack -c Release -o artifacts diff --git a/global.json b/global.json index d274d1a3a3..2cca158af1 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "7.0.0", + "version": "7.0.100", "rollForward": "latestMajor" } }