Skip to content

Commit 93db6b4

Browse files
committed
Update global.json
1 parent 781e586 commit 93db6b4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Custom
22
.build/
33
.vscode/
4-
global.json
54

65
## Ignore Visual Studio temporary files, build results, and
76
## files generated by popular Visual Studio add-ons.

global.json

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

0 commit comments

Comments
 (0)