Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions eng/PatchConfig.props
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Description>Microsoft Azure KeyVault key encryption support.</Description>
<Description>Microsoft Azure KeyVault key encryption support.

This library has been replaced by the following new Azure SDK.

https://www.nuget.org/packages/Azure.Extensions.AspNetCore.DataProtection.Keys

It is recommended that you move to the new package.
</Description>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageTags>aspnetcore;dataprotection;azure;keyvault</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Description>Microsoft Azure Blob storage support as key store.</Description>
<Description>Microsoft Azure Blob storage support as key store.

This library has been replaced by the following new Azure SDK.

https://www.nuget.org/packages/Azure.Extensions.AspNetCore.DataProtection.Blobs

It is recommended that you move to the new package.
</Description>
<TargetFramework>netstandard2.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down