Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit b13002b

Browse files
committed
Update global.json to use .NET Core 1.1
1 parent 257b163 commit b13002b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

global.json

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

0 commit comments

Comments
 (0)