Add Mvc.Api.Analyzers to 2.2.6 patch (#10621)
This commit is contained in:
parent
5814a036d9
commit
99a12a6882
|
|
@ -66,5 +66,10 @@ Later on, this will be checked using this condition:
|
||||||
Microsoft.AspNetCore.AzureAppServices.SiteExtension;
|
Microsoft.AspNetCore.AzureAppServices.SiteExtension;
|
||||||
</PackagesInPatch>
|
</PackagesInPatch>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.2.6' ">
|
||||||
|
<PackagesInPatch>
|
||||||
|
Microsoft.AspNetCore.Mvc.Api.Analyzers;
|
||||||
|
</PackagesInPatch>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue