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

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Halter <halter73@gmail.com>2022-07-19 08:14:24 +0300
committerStephen Halter <halter73@gmail.com>2022-07-19 08:14:24 +0300
commit02d559b42b1eacef606f151e9d8cab782fdc5e0d (patch)
tree055690966f4404189197a73a47962d6c0b7d0dee
parent93c3678fe562dee04be9100cfcd36b40a27b40b9 (diff)
Update SDK to 7.0.100-rc.1.22368.21halter73/update-sdk
-rw-r--r--global.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/global.json b/global.json
index d7a9a7f4a1..84ca052b3d 100644
--- a/global.json
+++ b/global.json
@@ -1,9 +1,9 @@
{
"sdk": {
- "version": "7.0.100-preview.7.22361.1"
+ "version": "7.0.100-rc.1.22368.21"
},
"tools": {
- "dotnet": "7.0.100-preview.7.22361.1",
+ "dotnet": "7.0.100-rc.1.22368.21",
"runtimes": {
"dotnet/x86": [
"$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"