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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2020-12-14 14:18:54 +0300
committerGitHub <noreply@github.com>2020-12-14 14:18:54 +0300
commitb2dab87f9f708b033ff99c8f8319acfee6d01944 (patch)
tree2f233c15d5d544d86e647e83800d0f2d301eabcc /global.json
parent5232d23ddf96b32e1269a03f561235e280cba140 (diff)
Update dotnet to 5.0.0 in global.json (#1695)
This is the shared runtime version, the SDK was already updated to 5.0.100.
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 2b3a9cddc..e3b8429cf 100644
--- a/global.json
+++ b/global.json
@@ -3,7 +3,7 @@
"dotnet": "5.0.100",
"runtimes": {
"dotnet": [
- "5.0.0-rc.1.20451.14"
+ "5.0.0"
]
}
},