radiostasis/scripts/omnisharp.json

13 lines
241 B
JSON

{
"RoslynExtensionsOptions": {
"enableAnalyzersSupport": true
},
"FormattingOptions": {
"enableEditorConfigSupport": true
},
"script": {
"enableScriptNuGetReferences": true,
"defaultTargetFramework": "net7.0"
}
}