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>2022-05-24 15:01:07 +0300
committerGitHub <noreply@github.com>2022-05-24 15:01:07 +0300
commitc3fcd1d87c222314bcf108337687d6ff40b140f1 (patch)
treeca13e4dc806b134f6a1fe8af69169f39e204a054
parenta70e0192168c84b517aa2c72520d0f3374bf419e (diff)
parent5484c90c04cb5e6b81f650436cc751d57d3f15f7 (diff)
Merge pull request #1436 from AArnott/sdkUpdate
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
}