Bump Microsoft.Extensions.Configuration.Json from 3.0.1 to 3.1.0

Bumps [Microsoft.Extensions.Configuration.Json](https://github.com/aspnet/Extensions) from 3.0.1 to 3.1.0.
- [Release notes](https://github.com/aspnet/Extensions/releases)
- [Commits](https://github.com/aspnet/Extensions/compare/v3.0.1...v3.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-12-03 17:07:34 +00:00
parent 7e2342db23
commit 59e6f913d1

View File

@@ -82,7 +82,7 @@
<PackageReference Include="Microsoft.AspNetCore.ResponseCompression" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.WebSockets" Version="2.2.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="3.0.1" />
<PackageReference Include="System.Collections.Immutable" Version="1.6.0" />
<Reference Include="System.Net.Http">