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:
authorAndrew Arnott <andrewarnott@live.com>2021-11-03 22:34:01 +0300
committerAndrew Arnott <andrewarnott@live.com>2021-11-03 22:34:01 +0300
commitcb0735423cd2b05d4ac2f40c092c2226b19941bb (patch)
tree422e9392da507bee655e8876bf30ed583ef800db /global.json
parent96a5722bd3888e9f9590b344ae2f6f4cbf58097b (diff)
Update to .NET SDK 5.0.401
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 e8e7c67e..3057bb45 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "5.0.201",
+ "version": "5.0.401",
"rollForward": "patch",
"allowPrerelease": false
}