Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Hofer <viktor.hofer@microsoft.com>2022-05-12 19:18:01 +0300
committerGitHub <noreply@github.com>2022-05-12 19:18:01 +0300
commit997d912e3732a6f192a4f12241bd5a04a746d150 (patch)
tree9ef1f5c82c2eb69cf17ebcc2d661b2ddc37efe57 /global.json
parent51d51c1a6631b205b6ace381bbfd417b5c0e481d (diff)
Update NoTargets.SDK and remove unnecessary properties being set (#69242)
Update NoTargets.SDK and remove unnecessary properties being set
Diffstat (limited to 'global.json')
-rw-r--r--global.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/global.json b/global.json
index 674393587a7..77634272792 100644
--- a/global.json
+++ b/global.json
@@ -11,7 +11,7 @@
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22255.2",
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22255.2",
"Microsoft.DotNet.SharedFramework.Sdk": "7.0.0-beta.22255.2",
- "Microsoft.Build.NoTargets": "3.3.0",
+ "Microsoft.Build.NoTargets": "3.4.0",
"Microsoft.Build.Traversal": "3.1.6",
"Microsoft.NET.Sdk.IL": "7.0.0-preview.5.22258.4"
}