Skip to content

Commit 9cc87bc

Browse files
Bump System.Configuration.ConfigurationManager from 9.0.4 to 9.0.9
--- updated-dependencies: - dependency-name: System.Configuration.ConfigurationManager dependency-version: 9.0.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7712749 commit 9cc87bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/Core/Common/Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
2525
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.4" />
2626
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
27-
<PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.4" />
27+
<PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.9" />
2828
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
2929
</ItemGroup>
3030
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition=" '$(Configuration)' != 'CI' ">

0 commit comments

Comments
 (0)