Update omnisharp setting. Disable auto restore.
This commit is contained in:
parent
7397d20549
commit
ef808b7c9f
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"dnx": {
|
||||
"projects": "src/*/project.json;test/*/project.json;scripts/*/project.json"
|
||||
"dotnet": {
|
||||
"projects": "src/*/project.json;test/*/project.json;scripts/*/project.json",
|
||||
"enablePackageRestore": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue