diff --git a/omnisharp.json b/omnisharp.json index d910b660..3f136485 100644 --- a/omnisharp.json +++ b/omnisharp.json @@ -1,6 +1,12 @@ { "dotnet": { - "projects": "*/project.json", - "enablePackageRestore": false + "enable": false, + "projects": ".", + "enablePackageRestore": false, + "script": { + "enableScriptNuGetReferences": true, + "defaultTargetFramework": "dnx451" + } + } }