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@gmail.com>2020-06-19 14:26:55 +0300
committerAndrew Arnott <andrewarnott@gmail.com>2020-06-19 14:48:01 +0300
commit90a2b1a896dbaab81d58a56c6722aa8d9d705390 (patch)
treec8a56b5ee63203b6aaff49eaea1ae645d8b9e5d2 /global.json
parentc2ee6bca14d87b4e395e9918a048e0c1b52d282e (diff)
Apply latest Library.Template scripts
This comes from https://github.com/AArnott/Library.Template.git commit c4a24d10ecf2d391cdd9d89c2652114c695f6db6
Diffstat (limited to 'global.json')
-rw-r--r--global.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/global.json b/global.json
index 0ebfb85f..11833de0 100644
--- a/global.json
+++ b/global.json
@@ -1,5 +1,7 @@
{
"sdk": {
- "version": "3.1.300"
+ "version": "3.1.301",
+ "rollForward": "patch",
+ "allowPrerelease": false
}
}