Skip to content

Commit 7b1e292

Browse files
committed
add global.json with SDK version configuration
1 parent 8cecd49 commit 7b1e292

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
@@ -7,6 +7,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
77
ProjectSection(SolutionItems) = preProject
88
.gitignore = .gitignore
99
Benchmark.md = Benchmark.md
10+
global.json = global.json
1011
icon.png = icon.png
1112
LICENSE = LICENSE
1213
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": "8.0.100",
4+
"rollForward": "minor",
5+
"allowPrerelease": true
6+
}
7+
}

0 commit comments

Comments
 (0)