edenic-exporter/EdenicExporter.csproj

16 lines
449 B
XML
Raw Normal View History

2024-08-21 23:00:35 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="prometheus-net.AspNetCore.HealthChecks" Version="8.2.1" />
</ItemGroup>
</Project>