Merge branch 'release/2.2' => 'release/3.0' (#14652)

This commit is contained in:
Doug Bunting 2019-10-02 12:01:24 -07:00 committed by GitHub
commit a3fd9237f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,7 @@ Directory.Build.props checks this property using the following condition:
<PropertyGroup Condition=" '$(VersionPrefix)' == '3.0.1' "> <PropertyGroup Condition=" '$(VersionPrefix)' == '3.0.1' ">
<PackagesInPatch> <PackagesInPatch>
Microsoft.AspNetCore.DataProtection.EntityFrameworkCore;
</PackagesInPatch> </PackagesInPatch>
</PropertyGroup> </PropertyGroup>
</Project> </Project>