chore: initial project setup

This commit is contained in:
Stevan Freeborn
2026-02-01 04:23:12 -06:00
commit 9c38aff40f
18 changed files with 1746 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" />
</ItemGroup>
</Project>