Skip to content

Commit 5d8a96b

Browse files
author
Kapil Borle
authored
Add dotnet sdk version to global.json (#708)
1 parent 4cc135d commit 5d8a96b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

global.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
{
2-
"projects": ["Engine", "Rules"]
3-
}
2+
"projects": [
3+
"Engine",
4+
"Rules"
5+
],
6+
"sdk": {
7+
"version": "1.0.0-preview2-1-003177"
8+
}
9+
}

0 commit comments

Comments
 (0)