commit
82c1b2b3eb
|
|
@ -56,5 +56,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