12 lines
241 B
JSON
12 lines
241 B
JSON
{
|
|
"RoslynExtensionsOptions": {
|
|
"enableAnalyzersSupport": true
|
|
},
|
|
"FormattingOptions": {
|
|
"enableEditorConfigSupport": true
|
|
},
|
|
"script": {
|
|
"enableScriptNuGetReferences": true,
|
|
"defaultTargetFramework": "net7.0"
|
|
}
|
|
}
|