Skip to content

Commit

Permalink
Bump System.Configuration.ConfigurationManager from 4.7.0 to 7.0.0
Browse files Browse the repository at this point in the history
Bumps [System.Configuration.ConfigurationManager](https://github.com/dotnet/runtime) from 4.7.0 to 7.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits)

---
updated-dependencies:
- dependency-name: System.Configuration.ConfigurationManager
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 25, 2023
1 parent 90dd630 commit 8e610ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hocon.Configuration/Hocon.Configuration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == '$(NetStandardLibVersion)'">
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.7.0"/>
<PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0"/>
</ItemGroup>

</Project>

0 comments on commit 8e610ac

Please sign in to comment.