This commit is contained in:
Geir Okkenhaug Jerstad 2024-11-14 13:29:50 +01:00
parent 99e528e51e
commit ddc33e2beb
4 changed files with 72 additions and 6 deletions

View file

@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>