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:
authorMackinnon Buck <mackinnon.buck@gmail.com>2022-10-25 02:42:42 +0300
committerGitHub <noreply@github.com>2022-10-25 02:42:42 +0300
commit1e8fe7e4ba93935ebc10aee6ef2a4d2b3b0c05d9 (patch)
treee88c01930c1f5e14a00ca15e7137a7150385726a /global.json
parentf5b7f6fa60711710685165486dca16b23cb53d31 (diff)
Update SDK (#44601)
* Update SDK * Update global.json * Trying previous version * Update global.json * Updating 8.0.100-alpha.1.22524 * Updating MicrosoftNetCompilersToolsetVersion to 4.5.0-1.22517.9 * Fix CA1507 * Removing EnableAltSvc Co-authored-by: Sébastien Ros <sebastienros@gmail.com> Co-authored-by: Bruno Oliveira <brunolins16@users.noreply.github.com> Co-authored-by: Bruno Oliveira <brolivei@microsoft.com>
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 0d2e0bbbb2..1a03d40aae 100644
--- a/global.json
+++ b/global.json
@@ -1,9 +1,9 @@
{
"sdk": {
- "version": "8.0.100-alpha.1.22480.9"
+ "version": "8.0.100-alpha.1.22524.1"
},
"tools": {
- "dotnet": "8.0.100-alpha.1.22480.9",
+ "dotnet": "8.0.100-alpha.1.22524.1",
"runtimes": {
"dotnet/x86": [
"$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"