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:
authorJavier Calvarro Nelson <jacalvar@microsoft.com>2022-05-06 13:01:36 +0300
committerGitHub <noreply@github.com>2022-05-06 13:02:06 +0300
commitf75f8c3716f567f36614273ebce8842a9ea1cc2c (patch)
tree73521afde7b12326e9ba05ac91be6a7f2f80eb94
parenta9db06f462d545aa8daea4b7e73480d6e37941a9 (diff)
Revert "Update dotnet sdk version"javiercn/unquarantine-component-e2e-tests
This reverts commit 10cac947b77e0d6dfae1a52561f6667003893edf.
-rw-r--r--global.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/global.json b/global.json
index 35dbf4b3c1..292495d69e 100644
--- a/global.json
+++ b/global.json
@@ -1,9 +1,9 @@
{
"sdk": {
- "version": "7.0.100-preview.5.22253.7"
+ "version": "7.0.100-preview.5.22228.6"
},
"tools": {
- "dotnet": "7.0.100-preview.5.22253.7",
+ "dotnet": "7.0.100-preview.5.22228.6",
"runtimes": {
"dotnet/x86": [
"$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"