yavsc/omnisharp.json

12 lines
238 B
JSON
Raw Normal View History

2016-06-01 23:47:06 +02:00
{
"dotnet": {
2018-12-31 10:51:12 +00:00
"enable": false,
"projects": ".",
"enablePackageRestore": false,
"script": {
"enableScriptNuGetReferences": true,
"defaultTargetFramework": "dnx451"
}
2016-06-01 23:47:06 +02:00
}
}