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-23 19:03:37 +0300
committerGitHub <noreply@github.com>2022-05-23 19:03:37 +0300
commitc1b153affb8a4fafe494663600bdd80b16289b38 (patch)
treea00214f575aa46ad31c8fcfe70e95cc2c36ad9ed /global.json
parentff5840bbe619e74502e0c8466153e233a2ec6dc5 (diff)
Update NoTargets SDK and clean-up code (#69597)
* Update NoTargets SDK and clean-up code https://github.com/microsoft/MSBuildSdks/commit/9af7ea2c0d302af50ec2cc2566c7f4e32325ec3f is merged so we can now clean-up the symbol properties that were set to disable the pdb feature. * Update NoTargetsSdk.BeforeTargets.targets
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 77634272792..25bbda590bc 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.4.0",
+ "Microsoft.Build.NoTargets": "3.5.0",
"Microsoft.Build.Traversal": "3.1.6",
"Microsoft.NET.Sdk.IL": "7.0.0-preview.5.22258.4"
}