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:
authorwtgodbe <wigodbe@microsoft.com>2022-11-09 20:38:09 +0300
committerwtgodbe <wigodbe@microsoft.com>2022-11-09 20:38:09 +0300
commitc327a4ea0fa9fdbf01b151bd52ca08ff51adc853 (patch)
tree53792d0eea34a9a0f3b8f8f409b887729823012f
parent85f0890e56792911b56adf2a12fdb81df74f9b00 (diff)
parent8570f0c32871a25ad7acdc3455669322a538115f (diff)
Merge branch 'internal-merge-6.0-2022-11-08-1049' of https://github.com/vseanreesermsft/aspnetcore into internal-merge-6.0-2022-11-08-1049
-rw-r--r--global.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/global.json b/global.json
index abad63df87..98dc489c45 100644
--- a/global.json
+++ b/global.json
@@ -1,9 +1,9 @@
{
"sdk": {
- "version": "6.0.110"
+ "version": "6.0.111"
},
"tools": {
- "dotnet": "6.0.110",
+ "dotnet": "6.0.111",
"runtimes": {
"dotnet/x64": [
"2.1.30",
@@ -13,7 +13,7 @@
"$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
],
"aspnetcore/x64": [
- "3.1.30"
+ "3.1.31"
]
},
"Git": "2.22.0",