🔧 Removes deprecated IncludeOpenAPIAnalyzers property

This commit is contained in:
2025-11-20 11:59:14 +02:00
parent effd140385
commit 1c7fad5a99

View File

@@ -97,7 +97,6 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup Label="OpenAPI Analyzers" Condition="'$(UsingMicrosoftNETSdkWeb)' == 'True'"> <PropertyGroup Label="OpenAPI Analyzers" Condition="'$(UsingMicrosoftNETSdkWeb)' == 'True'">
<IncludeOpenAPIAnalyzers>true</IncludeOpenAPIAnalyzers>
<OpenApiDocumentsDirectory>$(MSBuildProjectDirectory)/OpenApi</OpenApiDocumentsDirectory> <OpenApiDocumentsDirectory>$(MSBuildProjectDirectory)/OpenApi</OpenApiDocumentsDirectory>
</PropertyGroup> </PropertyGroup>