Skip to content

Commit a91c4a6

Browse files
committed
Enforce .NET Core tools 1.0.0 in global.json
1 parent 1297948 commit a91c4a6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

global.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2+
"sdk": {
3+
"version": "1.0.0"
4+
},
25
"projects": [ "src", "test" ]
3-
}
6+
}

0 commit comments

Comments
 (0)