Skip to content

Commit

Permalink
Merge in 'release/3.1' changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-bot committed Nov 13, 2020
2 parents ce485be + fe5875c commit 8be2e8d
Showing 1 changed file with 8 additions and 1 deletion.
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>
<IsPackable>true</IsPackable>
Expand Down

0 comments on commit 8be2e8d

Please sign in to comment.