Merged PR 2564: Update PatchConfig.props for 2.2.7

Update PatchConfig.props for 2.2.7

Note: It's very easy to forget this. I think we should implement an automated check.
This commit is contained in:
Mikael Mengistu 2019-08-08 15:29:45 +00:00
parent c950fdbd62
commit 124b96b09d
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ Later on, this will be checked using this condition:
</PropertyGroup>
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.2.7' ">
<PackagesInPatch>
Microsoft.AspNetCore.DataProtection.AzureStorage;
</PackagesInPatch>
</PropertyGroup>
</Project>