Skip to content

Commit

Permalink
Update README to point to package that moved to Azure SDK (#3685)
Browse files Browse the repository at this point in the history
* Update README to point to package that moved to Azure SDK

* Update PatchConfig.props
  • Loading branch information
BrennanConroy authored Nov 13, 2020
1 parent 71ffefd commit 76b4ba5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions eng/PatchConfig.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.24' ">
<PackagesInPatch>
Microsoft.Extensions.Configuration.AzureKeyVault;
</PackagesInPatch>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Description>Azure KeyVault configuration provider implementation for Microsoft.Extensions.Configuration.</Description>
<Description>Azure KeyVault configuration provider implementation for Microsoft.Extensions.Configuration.

This library has been replaced by the following new Azure SDK.

https://www.nuget.org/packages/Azure.Extensions.AspNetCore.Configuration.Secrets

It is recommended that you move to the new package.
</Description>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageTags>$(PackageTags);azure;keyvault</PackageTags>
</PropertyGroup>
Expand Down

0 comments on commit 76b4ba5

Please sign in to comment.