From d70997b13c627693122e34dd6358b92c934d3fbd Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Tue, 8 Nov 2022 17:22:58 +0100 Subject: [PATCH 1/2] Update to the stable 7.0.100 SDK (WIP) --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index ddcbf0130566fc..e2a2751b060002 100644 --- a/global.json +++ b/global.json @@ -1,11 +1,11 @@ { "sdk": { - "version": "7.0.100-rc.1.22431.12", + "version": "7.0.100", "allowPrerelease": true, "rollForward": "major" }, "tools": { - "dotnet": "7.0.100-rc.1.22431.12" + "dotnet": "7.0.100" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22554.2", From ad73bea486f26f39672ed8f3cf9c8a76b22e08e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Tue, 29 Nov 2022 18:27:23 +0100 Subject: [PATCH 2/2] Suppress linker warning in System.Formats.Cbor.Tests.csproj --- .../tests/System.Formats.Cbor.Tests.csproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/libraries/System.Formats.Cbor/tests/System.Formats.Cbor.Tests.csproj b/src/libraries/System.Formats.Cbor/tests/System.Formats.Cbor.Tests.csproj index d6337713f665d9..afc124feb3d9e2 100644 --- a/src/libraries/System.Formats.Cbor/tests/System.Formats.Cbor.Tests.csproj +++ b/src/libraries/System.Formats.Cbor/tests/System.Formats.Cbor.Tests.csproj @@ -3,7 +3,9 @@ $(NetCoreAppCurrent);net48 enable - CS8002 + $(NoWarn);CS8002 + + $(NoWarn);IL2040