Basic project structure

This commit is contained in:
Pieter-Jan Briers
2022-03-27 14:46:29 +02:00
commit 90c3048206
5 changed files with 504 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>