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:
authorDoug Bunting <6431421+dougbu@users.noreply.github.com>2022-11-09 08:39:55 +0300
committerGitHub <noreply@github.com>2022-11-09 08:39:55 +0300
commit8570f0c32871a25ad7acdc3455669322a538115f (patch)
tree18b75ce228a4fe5e5577185ff947e0d015472fed
parentb145d32b05c131326298faf80ede8c6eb4ba37fc (diff)
Update global.json
- use new .NET SDK - use new 3.1.x AspNetCore.App runtime
-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",