added projects

This commit is contained in:
2026-02-09 14:00:06 -08:00
parent 56b150be74
commit ec4dceeb18
27 changed files with 9868 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.6" />
</ItemGroup>
</Project>