Skip to content

Commit

Permalink
Bump Microsoft.Extensions.Configuration.Xml from 3.0.1 to 3.1.0 (#113)
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Extensions.Configuration.Xml](https://github.com/aspnet/Extensions) from 3.0.1 to 3.1.0.
- [Release notes](https://github.com/aspnet/Extensions/releases)
- [Commits](dotnet/extensions@v3.0.1...v3.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and kodiakhq[bot] committed Jan 1, 2020
1 parent ef740eb commit d8aa013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lighthouse/Lighthouse.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Akka.Cluster" Version="$(AkkaVersion)" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Xml" Version="3.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Xml" Version="3.1.0" />
<PackageReference Include="Petabridge.Cmd.Cluster" Version="$(PbmVersion)" />
<PackageReference Include="Petabridge.Cmd.Remote" Version="$(PbmVersion)" />
<PackageReference Include="Akka.Bootstrap.Docker">
Expand Down

0 comments on commit d8aa013

Please sign in to comment.