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
diff options
context:
space:
mode:
-rw-r--r--eng/PatchConfig.props2
-rw-r--r--src/DataProtection/AzureKeyVault/src/Microsoft.AspNetCore.DataProtection.AzureKeyVault.csproj9
-rw-r--r--src/DataProtection/AzureStorage/src/Microsoft.AspNetCore.DataProtection.AzureStorage.csproj9
3 files changed, 18 insertions, 2 deletions
diff --git a/eng/PatchConfig.props b/eng/PatchConfig.props
index 639ae0149d..271e6a2471 100644
--- a/eng/PatchConfig.props
+++ b/eng/PatchConfig.props
@@ -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>
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>