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
path: root/src
diff options
context:
space:
mode:
authorBrennan <brecon@microsoft.com>2020-11-13 05:53:47 +0300
committerGitHub <noreply@github.com>2020-11-13 05:53:47 +0300
commitbd0ec41a28eb5e6998a59aad07b71d004e346105 (patch)
tree275e77b6fd915590028a2a524cdae8aaf2937b02 /src
parente45f365cda9a0cc8f466f5437c358b775cb30c67 (diff)
Update README for packages that moved to Azure SDK (#27783)
* Update README for packages that moved to Azure SDK * Update PatchConfig.props
Diffstat (limited to 'src')
-rw-r--r--src/DataProtection/AzureKeyVault/src/Microsoft.AspNetCore.DataProtection.AzureKeyVault.csproj9
-rw-r--r--src/DataProtection/AzureStorage/src/Microsoft.AspNetCore.DataProtection.AzureStorage.csproj9
2 files changed, 16 insertions, 2 deletions
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 @@
<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>
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 @@
<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>