Initial commit

This commit is contained in:
Mark J Price 2022-09-17 16:33:54 +01:00
parent 04b31e6eb8
commit 5108079993
26 changed files with 123 additions and 38 deletions

View file

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