Skip to content

Commit 39dc150

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/NHapi.SourceGeneration/NHapi.SourceGeneration.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
</ItemGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0" />
19-
<PackageReference Include="System.Data.OleDb" Version="8.0.0" />
18+
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.1" />
19+
<PackageReference Include="System.Data.OleDb" Version="8.0.1" />
2020
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
2121
<PrivateAssets>all</PrivateAssets>
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
@@ -31,4 +31,4 @@
3131
<InternalsVisibleTo Include="NHapi.NUnit.SourceGeneration" />
3232
</ItemGroup>
3333

34-
</Project>
34+
</Project>

0 commit comments

Comments
 (0)