needed, here by code.
This commit is contained in:
parent
88ce2f674d
commit
65313d46a3
1 changed files with 19 additions and 0 deletions
19
src/Yavsc/omnisharp.json
Normal file
19
src/Yavsc/omnisharp.json
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"Dnx": {
|
||||||
|
"enabled": true,
|
||||||
|
"enablePackageRestore": false,
|
||||||
|
"projects": "../../src/**/project.json;../../test/**/project.json"
|
||||||
|
},
|
||||||
|
"MSBuild": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"DotNet": {
|
||||||
|
"enabled": false,
|
||||||
|
"enablePackageRestore": false,
|
||||||
|
"script": {
|
||||||
|
"enableScriptNuGetReferences": true,
|
||||||
|
"defaultTargetFramework": "dnx451"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"packages": "packages"
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue