This commit is contained in:
femsci 2023-09-06 00:30:04 +02:00
commit e3d4478a1e
Signed by: femsci
GPG key ID: 08F7911F0E650C67
4 changed files with 28 additions and 0 deletions

View file

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