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

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'global.json')
-rw-r--r--global.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/global.json b/global.json
index 9764c6abe..378b925ce 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,9 @@
{
"tools": {
- "dotnet": "3.0.101"
+ "dotnet": "3.0.101",
+ "runtimes": {
+ "dotnet": [ "3.0.0" ]
+ }
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20105.2",