Skip to content

Commit 3c37996

Browse files
committed
add global.json with SDK version configuration
1 parent 2497509 commit 3c37996

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

SystemTextJson.JsonDiffPatch.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
88
.editorconfig = .editorconfig
99
.gitignore = .gitignore
1010
Benchmark.md = Benchmark.md
11+
global.json = global.json
1112
icon.png = icon.png
1213
LICENSE = LICENSE
1314
README.md = README.md

global.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"sdk": {
3+
"version": "6.0.417",
4+
"rollForward": "minor",
5+
"allowPrerelease": true
6+
}
7+
}

0 commit comments

Comments
 (0)