Minor cleanup and deploy

This commit is contained in:
2026-06-18 14:37:29 -04:00
parent d231ceded9
commit 9d2da03f61
10 changed files with 70 additions and 94 deletions
+10
View File
@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>