Skip to content

Commit bd0ec41

Browse files
Update README for packages that moved to Azure SDK (#27783)
* Update README for packages that moved to Azure SDK * Update PatchConfig.props
1 parent e45f365 commit bd0ec41

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

eng/PatchConfig.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ Later on, this will be checked using this condition:
7979
</PropertyGroup>
8080
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.24' ">
8181
<PackagesInPatch>
82+
Microsoft.AspNetCore.DataProtection.AzureKeyVault;
83+
Microsoft.AspNetCore.DataProtection.AzureStorage;
8284
</PackagesInPatch>
8385
</PropertyGroup>
8486
</Project>

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)