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