diff --git a/omnisharp.json b/omnisharp.json new file mode 100644 index 0000000..0afe899 --- /dev/null +++ b/omnisharp.json @@ -0,0 +1,6 @@ +{ + "dotnet": { + "projects": "src/*/project.json", + "enablePackageRestore": false + } +}