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-08-31 00:21:17 +0300
committerGitHub <noreply@github.com>2022-08-31 00:21:17 +0300
commitbcf7319eb38de9aa360af163400cc6821762a3f2 (patch)
tree363963d9f037d2baae110a5dcf72d2112c142938 /global.json
parent56597748dc1e59a600658d71cbb75f02410f3101 (diff)
Update SDK to 7.0.100-rc.2.22419.24 (#43028)
- {lots of different SDK versions tried} - Validate DataProtection custom algorithm has a constructor - Additional fixes - Suppress IL2121 - Fix NoWarn overrides - Update LinkabilityChecker.csproj - Update WasmLinkerTest.csproj - Bump SDK version yet again - Hack to stop using `msbuild` server - please open an issue to keep trying to remove this - Disable msbuild server for source-build job Co-authored-by: Steve Sanderson <SteveSandersonMS@users.noreply.github.com> Co-authored-by: Chris Ross <chrross@microsoft.com> Co-authored-by: Tanay Parikh <TanayParikh@users.noreply.github.com> Co-authored-by: James Newton-King <james@newtonking.com> Co-authored-by: Sébastien Ros <sebastienros@gmail.com> Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com> Co-authored-by: Safia Abdalla <safia@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 0c560888ed..a2e03c09d3 100644
--- a/global.json
+++ b/global.json
@@ -1,9 +1,9 @@
{
"sdk": {
- "version": "7.0.100-rc.1.22375.2"
+ "version": "7.0.100-rc.2.22426.5"
},
"tools": {
- "dotnet": "7.0.100-rc.1.22375.2",
+ "dotnet": "7.0.100-rc.2.22426.5",
"runtimes": {
"dotnet/x86": [
"$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"