Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Boemer <sbomer@gmail.com>2022-08-09 21:54:13 +0300
committerGitHub <noreply@github.com>2022-08-09 21:54:13 +0300
commitfe3a96424d28fb5b1eee4ca8c7e1713aa37247a4 (patch)
tree52044c9b221da1c79575f0d4d991eff77cc25e5f /global.json
parentd439a37eb1c4c69903f6863e838f89b69f993de2 (diff)
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).
Diffstat (limited to 'global.json')
-rw-r--r--global.json4
1 files changed, 2 insertions, 2 deletions
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": {