From 04260a4b293f412ee9800806fbd72d9f2e3c67e9 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Mon, 31 Dec 2018 10:51:12 +0000 Subject: [PATCH] yeah. --- omnisharp.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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" + } + } }