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:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2022-07-28 14:49:34 +0300
committerGitHub <noreply@github.com>2022-07-28 14:49:34 +0300
commit65e21d78731ae5825b3921a870221fbc8fdeee67 (patch)
tree3225fa1f854c198c4b64920b71beece030230b1b /global.json
parentf09bacf09ef10b61cf9f19825f8782171a816dab (diff)
[main] Update dependencies from dotnet/arcade (#2884)
[main] Update dependencies from dotnet/arcade - Bump to 7.0 preview6 sdk Fixes the dotnet-format issue. - Use TryGetValue instead of ContainsKey for Dictionary Fixes "error CA1854: Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup" - Seal classes to fix CA1852 - Add 7.0 P6 runtime - Upgrade SDK to nightly Preview 7 to get a fix for dotnet test bug
Diffstat (limited to 'global.json')
-rw-r--r--global.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/global.json b/global.json
index b37a327bb..16833d974 100644
--- a/global.json
+++ b/global.json
@@ -1,14 +1,14 @@
{
"sdk": {
- "version": "7.0.100-preview.4.22252.9",
+ "version": "7.0.100-preview.7.22377.5",
"allowPrerelease": true,
"rollForward": "major"
},
"tools": {
- "dotnet": "7.0.100-preview.4.22252.9"
+ "dotnet": "7.0.100-preview.7.22377.5"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22327.2",
+ "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22372.1",
"Microsoft.FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
"Microsoft.NET.Sdk.IL": "7.0.0-rc.1.22374.4"
}