Skip to content

Commit f9f1663

Browse files
committed
Fixed an issue with dotnet restore thanks to @StefH
1 parent ed0df5a commit f9f1663

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": [ "src" ],
3-
"sdk": {
4-
"version": "1.0.0-preview1-002702"
5-
}
2+
"projects": [
3+
"src",
4+
"src/Platforms"
5+
],
6+
"sdk": {
7+
"version": "1.0.0-preview1-002702"
8+
}
69
}

0 commit comments

Comments
 (0)