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

github.com/aspnet/MessagePack-CSharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpCYSl5EDgo <pCYSl5EDgo@yahoo.co.jp>2020-11-19 10:44:21 +0300
committerpCYSl5EDgo <pCYSl5EDgo@yahoo.co.jp>2020-11-19 10:44:21 +0300
commit5e29bced6d24f4433018d183ff390e50c3d7e9ab (patch)
tree25da12b7c8344670b165fe814c6e9b8a9ece9198 /global.json
parente3db213d7cf6ad53d6fd16666cd3ceb9dc9a5f18 (diff)
Update dotnet version
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 11833de0..e6e7ee5c 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "3.1.301",
+ "version": "5.0.100",
"rollForward": "patch",
"allowPrerelease": false
}