From fe3a96424d28fb5b1eee4ca8c7e1713aa37247a4 Mon Sep 17 00:00:00 2001 From: Sven Boemer Date: Tue, 9 Aug 2022 11:54:13 -0700 Subject: Build with preview5 SDK (#2954) dede5f58dc9b7296de884ed62688b35d5b154b78 didn't fix the dependency flow, because the packages for some reason are still being produced with a preview7 in the runtimeconfig. Lacking better workarounds, this change builds with the preview5 SDK that was selected in #2884 before we decided to update to preview7 (due to a dotnet-format bug). This disables the lint job to prevent those failures. We should turn it back on once we can use preview7 (once dotnet/runtime and dotnet/sdk are on preview7). --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'global.json') diff --git a/global.json b/global.json index 73b7d6c74..022acf4cb 100644 --- a/global.json +++ b/global.json @@ -1,11 +1,11 @@ { "sdk": { - "version": "7.0.100-preview.7.22377.5", + "version": "7.0.100-preview.5.22307.18", "allowPrerelease": true, "rollForward": "major" }, "tools": { - "dotnet": "7.0.100-preview.7.22377.5", + "dotnet": "7.0.100-preview.5.22307.18", "xcopy-msbuild": "17.2.1" }, "msbuild-sdks": { -- cgit v1.2.3