Refactor Directories

This commit is contained in:
Michal
2024-08-22 00:00:35 +01:00
parent 6d0d1fec60
commit 62a7209cb9
48 changed files with 51 additions and 1373 deletions

15
EdenicExporter.csproj Normal file
View File

@@ -0,0 +1,15 @@
<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>