Procházet zdrojové kódy

Bump System.Configuration.ConfigurationManager from 5.0.0 to 6.0.0

Bumps [System.Configuration.ConfigurationManager](https://github.com/dotnet/runtime) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v5.0.0...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] <support@github.com>
dependabot[bot] před 3 roky
rodič
revize
5611405b2d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      OhmGraphite/OhmGraphite.csproj

+ 1 - 1
OhmGraphite/OhmGraphite.csproj

@@ -38,7 +38,7 @@
     <PackageReference Include="InfluxDB.Client" Version="3.2.0" />
     <PackageReference Include="Npgsql" Version="5.0.10" />
     <PackageReference Include="prometheus-net" Version="5.0.2" />
-    <PackageReference Include="System.Configuration.ConfigurationManager" Version="5.0.0" />
+    <PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0" />
     <PackageReference Include="TopShelf" Version="4.3.0" />
     <PackageReference Include="Topshelf.NLog" Version="4.3.0" />
     <PackageReference Include="InfluxDB.LineProtocol" Version="1.1.1" />