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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Gocke <angocke@microsoft.com>2022-06-16 01:21:53 +0300
committerGitHub <noreply@github.com>2022-06-16 01:21:53 +0300
commit4e844e6088a3c63f5c99f24a7ac5e309288c2591 (patch)
tree8480263a7695c17a12319151e234c13e1a29c422 /global.json
parent1e97f7c578314b0cdbadb98b3ccbf33e1b4b0bfa (diff)
Upgrade SDK to Preview 5 (#70117)
Upgrade to released Preview 5 build
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 1447baf4998..18394813d74 100644
--- a/global.json
+++ b/global.json
@@ -1,11 +1,11 @@
{
"sdk": {
- "version": "7.0.100-preview.3.22179.4",
+ "version": "7.0.100-preview.5.22307.18",
"allowPrerelease": true,
"rollForward": "major"
},
"tools": {
- "dotnet": "7.0.100-preview.3.22179.4"
+ "dotnet": "7.0.100-preview.5.22307.18"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22310.1",