Initial .NET API service

This commit is contained in:
AppFactory Bot
2026-06-12 10:26:56 +00:00
commit bbec747bb7
6 changed files with 60 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>