Add Mvc.Api.Analyzers to 2.2.6 patch (#10621)

This commit is contained in:
Pranav K 2019-06-04 12:42:05 -07:00 committed by Doug Bunting
parent 5814a036d9
commit 99a12a6882
1 changed files with 5 additions and 0 deletions

View File

@ -66,5 +66,10 @@ Later on, this will be checked using this condition:
Microsoft.AspNetCore.AzureAppServices.SiteExtension;
</PackagesInPatch>
</PropertyGroup>
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.2.6' ">
<PackagesInPatch>
Microsoft.AspNetCore.Mvc.Api.Analyzers;
</PackagesInPatch>
</PropertyGroup>
</Project>