chore: deploy initial code base

This commit is contained in:
Thom Lamb
2026-05-12 10:41:06 -05:00
parent cdb53cd0b6
commit a669bf52da
3 changed files with 115 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>