From bd0ec41a28eb5e6998a59aad07b71d004e346105 Mon Sep 17 00:00:00 2001 From: Brennan Date: Thu, 12 Nov 2020 18:53:47 -0800 Subject: Update README for packages that moved to Azure SDK (#27783) * Update README for packages that moved to Azure SDK * Update PatchConfig.props --- .../src/Microsoft.AspNetCore.DataProtection.AzureKeyVault.csproj | 9 ++++++++- .../src/Microsoft.AspNetCore.DataProtection.AzureStorage.csproj | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/DataProtection/AzureKeyVault/src/Microsoft.AspNetCore.DataProtection.AzureKeyVault.csproj b/src/DataProtection/AzureKeyVault/src/Microsoft.AspNetCore.DataProtection.AzureKeyVault.csproj index 42aa2edb13..1d26f2952c 100644 --- a/src/DataProtection/AzureKeyVault/src/Microsoft.AspNetCore.DataProtection.AzureKeyVault.csproj +++ b/src/DataProtection/AzureKeyVault/src/Microsoft.AspNetCore.DataProtection.AzureKeyVault.csproj @@ -1,7 +1,14 @@  - Microsoft Azure KeyVault key encryption support. + 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. + netstandard2.0 true aspnetcore;dataprotection;azure;keyvault diff --git a/src/DataProtection/AzureStorage/src/Microsoft.AspNetCore.DataProtection.AzureStorage.csproj b/src/DataProtection/AzureStorage/src/Microsoft.AspNetCore.DataProtection.AzureStorage.csproj index 2e0d4c5dc4..dd76abf28b 100644 --- a/src/DataProtection/AzureStorage/src/Microsoft.AspNetCore.DataProtection.AzureStorage.csproj +++ b/src/DataProtection/AzureStorage/src/Microsoft.AspNetCore.DataProtection.AzureStorage.csproj @@ -1,7 +1,14 @@  - Microsoft Azure Blob storage support as key store. + 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. + netstandard2.0 true true -- cgit v1.2.3