Add project files

This commit is contained in:
Daniel Clark
2022-12-05 16:40:11 +00:00
commit 82a83456f4
3 changed files with 488 additions and 0 deletions
@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>