Skip to content

Commit 669a6a0

Browse files
dependabot[bot]milkshakeuk
authored andcommitted
Bump Microsoft.Extensions.Configuration.Json and 2 others
Bumps Microsoft.Extensions.Configuration.Json from 9.0.6 to 9.0.7 Bumps System.Configuration.ConfigurationManager from 9.0.6 to 9.0.7 Bumps System.Data.OleDb from 9.0.6 to 9.0.7 --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration.Json dependency-version: 9.0.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: System.Configuration.ConfigurationManager dependency-version: 9.0.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: System.Data.OleDb dependency-version: 9.0.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 96f1a92 commit 669a6a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/NHapi.SourceGeneration/NHapi.SourceGeneration.csproj

Lines changed: 2 additions & 2 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="9.0.6" />
19-
<PackageReference Include="System.Data.OleDb" Version="9.0.6" />
18+
<PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.7" />
19+
<PackageReference Include="System.Data.OleDb" Version="9.0.7" />
2020
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
2121
<PrivateAssets>all</PrivateAssets>
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

tests/NHapi.NUnit.SourceGeneration/NHapi.NUnit.SourceGeneration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<PrivateAssets>all</PrivateAssets>
2727
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2828
</PackageReference>
29-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.6" />
29+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.7" />
3030
<PackageReference Include="Verify.NUnit" Version="30.4.0" />
3131
</ItemGroup>
3232

0 commit comments

Comments
 (0)