This commit is contained in:
Oli Sturm
2025-05-08 14:17:31 +01:00
parent 768d01a37d
commit c9c1b53630
9 changed files with 143 additions and 16 deletions
+10
View File
@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>