fixes the project reference from project config

This commit is contained in:
Paul Schneider 2018-07-04 01:56:29 +02:00
commit 80e169a64f
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
}
}