This commit is contained in:
Roland Fieger
2025-10-27 16:14:50 +01:00
parent f16bbb021a
commit 5cc9996f39
14 changed files with 270 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>