grundkæggende projekt struktur er på plads

This commit is contained in:
2025-12-21 11:57:04 +01:00
parent 8a76681add
commit 09b0793a47
42 changed files with 816 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NLog" Version="6.0.7" />
<PackageReference Include="NLog.Extensions.Hosting" Version="6.1.0" />
</ItemGroup>
</Project>