Skip to content

Commit 357b59d

Browse files
Bump System.Configuration.ConfigurationManager from 4.7.0 to 6.0.0
Bumps [System.Configuration.ConfigurationManager](https://github.com/dotnet/runtime) from 4.7.0 to 6.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits/v6.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]>
1 parent 2ee600f commit 357b59d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/NHibernate/NHibernate.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
</ItemGroup>
5252

5353
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp2.0'">
54-
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.7.0" />
54+
<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0" />
5555
</ItemGroup>
5656

5757
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
58-
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.7.0" />
58+
<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0" />
5959
<PackageReference Include="System.Reflection.Emit" Version="4.7.0" />
6060
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.7.0" />
6161
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />

0 commit comments

Comments
 (0)