Initial commit

This commit is contained in:
Ian Webster 2020-11-26 17:54:03 -05:00
commit 79649a1628
8 changed files with 681 additions and 0 deletions

View file

@ -0,0 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
</Project>