Skip to content

Commit 642fa3f

Browse files
author
John Luo
committed
Merge branch 'release/2.1' into release/3.1
2 parents 5f146ad + bd0ec41 commit 642fa3f

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

src/DataProtection/AzureKeyVault/src/Microsoft.AspNetCore.DataProtection.AzureKeyVault.csproj

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Description>Microsoft Azure KeyVault key encryption support.</Description>
4+
<Description>Microsoft Azure KeyVault key encryption support.
5+
6+
This library has been replaced by the following new Azure SDK.
7+
8+
https://www.nuget.org/packages/Azure.Extensions.AspNetCore.DataProtection.Keys
9+
10+
It is recommended that you move to the new package.
11+
</Description>
512
<TargetFramework>netstandard2.0</TargetFramework>
613
<GenerateDocumentationFile>true</GenerateDocumentationFile>
714
<PackageTags>aspnetcore;dataprotection;azure;keyvault</PackageTags>

src/DataProtection/AzureStorage/src/Microsoft.AspNetCore.DataProtection.AzureStorage.csproj

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Description>Microsoft Azure Blob storage support as key store.</Description>
4+
<Description>Microsoft Azure Blob storage support as key store.
5+
6+
This library has been replaced by the following new Azure SDK.
7+
8+
https://www.nuget.org/packages/Azure.Extensions.AspNetCore.DataProtection.Blobs
9+
10+
It is recommended that you move to the new package.
11+
</Description>
512
<TargetFramework>netstandard2.0</TargetFramework>
613
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
714
<GenerateDocumentationFile>true</GenerateDocumentationFile>

0 commit comments

Comments
 (0)