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