From 283b7cd56b4988007cc7d764efad42e9f3f10702 Mon Sep 17 00:00:00 2001 From: Justin Anderson Date: Tue, 2 Nov 2021 16:11:46 -0700 Subject: [PATCH] Revert "Use .NET 6 GA SDK (#1097)" This reverts commit f5832e0791098e628172ff20d0530319518e6fed. --- NuGet.config | 2 -- global.json | 2 +- src/Tools/dotnet-monitor/dotnet-monitor.csproj | 14 +++++++++++--- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/NuGet.config b/NuGet.config index 7ba0e10bb5f..312f96f8882 100644 --- a/NuGet.config +++ b/NuGet.config @@ -15,8 +15,6 @@ - - diff --git a/global.json b/global.json index 6b6de686c4d..4317dafe5e9 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "6.0.100", + "dotnet": "6.0.100-rc.2.21505.57", "runtimes": { "aspnetcore": [ "$(MicrosoftAspNetCoreApp31Version)", diff --git a/src/Tools/dotnet-monitor/dotnet-monitor.csproj b/src/Tools/dotnet-monitor/dotnet-monitor.csproj index 7b1168c3283..ad800d83637 100644 --- a/src/Tools/dotnet-monitor/dotnet-monitor.csproj +++ b/src/Tools/dotnet-monitor/dotnet-monitor.csproj @@ -13,9 +13,17 @@ monitor - - 3.1.0 + + $(NoWarn);MSB3026