docs re-org, audit fixes, build fixes
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": "Target framework monikers (e.g., net6.0, net8.0, netstandard2.1)"
|
||||
"description": "Target framework monikers (e.g., net8.0, net10.0, netstandard2.1)"
|
||||
},
|
||||
"assembly_analysis": {
|
||||
"$ref": "#/definitions/AssemblyAnalysisConfig"
|
||||
@@ -1483,7 +1483,7 @@
|
||||
{
|
||||
"config_id": "aspnet-core-analyzer",
|
||||
"version": "1.0.0",
|
||||
"target_frameworks": ["net6.0", "net7.0", "net8.0"],
|
||||
"target_frameworks": ["net8.0", "net9.0", "net10.0"],
|
||||
"assembly_analysis": {
|
||||
"enabled": true,
|
||||
"include_referenced_assemblies": true,
|
||||
|
||||
Reference in New Issue
Block a user