Initial .NET API service

This commit is contained in:
AppFactory Bot
2026-06-18 07:41:42 +00:00
commit f44ffae9fc
7 changed files with 413 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>