This commit is contained in:
XorogVEVO 2021-11-27 17:16:46 +01:00
parent 724e910e02
commit a4c2b3ea08
2 changed files with 15 additions and 0 deletions

View file

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