fixes the project reference from project config

This commit is contained in:
2018-07-04 01:56:29 +02:00
parent 1056792323
commit f4cff7fff5
5 changed files with 5502 additions and 1 deletions

6
omnisharp.json Normal file
View File

@ -0,0 +1,6 @@
{
"dotnet": {
"projects": "*/project.json",
"enablePackageRestore": true
}
}