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 <andrew.arnott@microsoft.com>2022-05-24 05:50:08 +0300
committerAndrew Arnott <andrew.arnott@microsoft.com>2022-05-24 05:50:08 +0300
commit5484c90c04cb5e6b81f650436cc751d57d3f15f7 (patch)
treeca13e4dc806b134f6a1fe8af69169f39e204a054
parenta70e0192168c84b517aa2c72520d0f3374bf419e (diff)
Update SDK to 6.0.300
-rw-r--r--global.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/global.json b/global.json
index 2645bb53..954a92e7 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "6.0.102",
+ "version": "6.0.300",
"rollForward": "patch",
"allowPrerelease": false
}