Skip to content

Commit d48d1e9

Browse files
authored
Create global.json
Tells the .NET Core compiler where the source directory is, so when commands like `dotnet restore` are run, the solution location can be found. This is to help make the build work in AppVeyor.
1 parent dd3a4e8 commit d48d1e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

global.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"projects": [
3+
"src"
4+
]
5+
}

0 commit comments

Comments
 (0)