Skip to content

Commit

Permalink
Bump System.Configuration.ConfigurationManager from 8.0.1 to 9.0.0
Browse files Browse the repository at this point in the history
Bumps [System.Configuration.ConfigurationManager](https://github.com/dotnet/runtime) from 8.0.1 to 9.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.1...v9.0.0)

---
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 Nov 18, 2024
1 parent fc85265 commit 0a1ef13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppUI/AppUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@
<PackageReference Include="XamlAnimatedGif">
<Version>2.3.0</Version>
</PackageReference>
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.1" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.0" />
</ItemGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>CA1416</NoWarn>
Expand Down

0 comments on commit 0a1ef13

Please sign in to comment.