radiostasis/scripts/omnisharp.json

13 lines
241 B
JSON
Raw Permalink Normal View History

2023-03-26 11:37:20 -05:00
{
"RoslynExtensionsOptions": {
"enableAnalyzersSupport": true
},
"FormattingOptions": {
"enableEditorConfigSupport": true
},
"script": {
"enableScriptNuGetReferences": true,
"defaultTargetFramework": "net7.0"
}
}