Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eng/PatchConfig.props')
-rw-r--r--eng/PatchConfig.props2
1 files changed, 2 insertions, 0 deletions
diff --git a/eng/PatchConfig.props b/eng/PatchConfig.props
index 639ae0149d..271e6a2471 100644
--- a/eng/PatchConfig.props
+++ b/eng/PatchConfig.props
@@ -79,6 +79,8 @@ Later on, this will be checked using this condition:
</PropertyGroup>
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.24' ">
<PackagesInPatch>
+ Microsoft.AspNetCore.DataProtection.AzureKeyVault;
+ Microsoft.AspNetCore.DataProtection.AzureStorage;
</PackagesInPatch>
</PropertyGroup>
</Project>