|
@@ -1,4 +1,4 @@
|
|
|
-<Project Sdk="Microsoft.NET.Sdk">
|
|
|
+<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
<PropertyGroup>
|
|
|
<OutputType>Exe</OutputType>
|
|
@@ -43,7 +43,7 @@
|
|
|
<PackageReference Include="Npgsql" Version="9.0.3" />
|
|
|
<PackageReference Include="prometheus-net" Version="8.2.1" />
|
|
|
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
|
|
|
- <PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.2" />
|
|
|
+ <PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.3" />
|
|
|
<PackageReference Include="InfluxDB.LineProtocol" Version="1.1.1" />
|
|
|
</ItemGroup>
|
|
|
|