Skip to content

Commit e79cc56

Browse files
Bump System.Configuration.ConfigurationManager from 6.0.0 to 9.0.1
Bumps [System.Configuration.ConfigurationManager](https://github.com/dotnet/runtime) from 6.0.0 to 9.0.1. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v6.0.0...v9.0.1) --- updated-dependencies: - dependency-name: System.Configuration.ConfigurationManager dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1816e04 commit e79cc56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OpenAPI/LearningHub.Nhs.OpenApi.Tests/LearningHub.Nhs.OpenApi.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="FluentAssertions" Version="7.1.0" />
12+
<PackageReference Include="FluentAssertions" Version="8.0.0" />
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1414
<PackageReference Include="Moq" Version="4.20.72" />
1515
<PackageReference Include="NBuilder" Version="6.1.0" />

WebAPI/LearningHub.Nhs.Services/LearningHub.Nhs.Services.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<PrivateAssets>all</PrivateAssets>
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
</PackageReference>
25-
<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0" />
25+
<PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.1" />
2626
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.3.1" />
2727
</ItemGroup>
2828

0 commit comments

Comments
 (0)