Skip to content

Commit 36f0409

Browse files
Bump Microsoft.Extensions.Configuration.Xml from 3.1.0 to 6.0.0 (#276)
Bumps [Microsoft.Extensions.Configuration.Xml](https://github.com/dotnet/runtime) from 3.1.0 to 6.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits/v6.0.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration.Xml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 5522010 commit 36f0409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lighthouse/Lighthouse.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77
<ItemGroup>
88
<PackageReference Include="Akka.Cluster.Hosting" Version="0.5.0" />
9-
<PackageReference Include="Microsoft.Extensions.Configuration.Xml" Version="3.1.0" />
9+
<PackageReference Include="Microsoft.Extensions.Configuration.Xml" Version="6.0.0" />
1010
<PackageReference Include="Petabridge.Cmd.Cluster" Version="$(PbmVersion)" />
1111
<PackageReference Include="Petabridge.Cmd.Remote" Version="$(PbmVersion)" />
1212
<PackageReference Include="Akka.Bootstrap.Docker">

0 commit comments

Comments
 (0)