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:
parent
c950fdbd62
commit
124b96b09d
|
|
@ -75,6 +75,7 @@ Later on, this will be checked using this condition:
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.2.7' ">
|
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.2.7' ">
|
||||||
<PackagesInPatch>
|
<PackagesInPatch>
|
||||||
|
Microsoft.AspNetCore.DataProtection.AzureStorage;
|
||||||
</PackagesInPatch>
|
</PackagesInPatch>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue