secondary fix

This commit is contained in:
4.E Zatko Dominik 2025-10-01 11:14:38 +02:00
parent 07856709b5
commit 74c6a87254
47 changed files with 423 additions and 16 deletions

View file

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