Update PatchConfig.props

This commit is contained in:
Andrew Stanton-Nurse 2019-04-11 15:21:23 -07:00 committed by Doug Bunting
parent 7e1d545e29
commit ec00758af9
1 changed files with 3 additions and 2 deletions

View File

@ -51,8 +51,9 @@ Later on, this will be checked using this condition:
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.2.5' "> <PropertyGroup Condition=" '$(VersionPrefix)' == '2.2.5' ">
<PackagesInPatch> <PackagesInPatch>
Microsoft.AspNetCore.AspNetCoreModule; Microsoft.AspNetCore.AspNetCoreModule;
Microsoft.AspNetCore.AspNetCoreModuleV2; Microsoft.AspNetCore.AspNetCoreModuleV2;
java:signalr;
</PackagesInPatch> </PackagesInPatch>
</PropertyGroup> </PropertyGroup>