Skip to content

Commit b864c88

Browse files
committed
Merge in 'release/3.1' changes
2 parents 20ad9fa + c4168b9 commit b864c88

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)