Skip to content

Commit c6ad97e

Browse files
dependabot[bot]milkshakeuk
authored andcommitted
Bump System.Configuration.ConfigurationManager and System.Data.OleDb
Bumps [System.Configuration.ConfigurationManager](https://github.com/dotnet/runtime) and [System.Data.OleDb](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `System.Configuration.ConfigurationManager` from 5.0.0 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v5.0.0...v9.0.2) Updates `System.Data.OleDb` from 9.0.1 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.1...v9.0.2) --- updated-dependencies: - dependency-name: System.Configuration.ConfigurationManager dependency-type: direct:production update-type: version-update:semver-major - dependency-name: System.Data.OleDb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ad1fd50 commit c6ad97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHapi.SourceGeneration/NHapi.SourceGeneration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<ItemGroup>
1818
<PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.2" />
19-
<PackageReference Include="System.Data.OleDb" Version="9.0.1" />
19+
<PackageReference Include="System.Data.OleDb" Version="9.0.2" />
2020
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
2121
<PrivateAssets>all</PrivateAssets>
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)