Added aspire apphost

This commit is contained in:
Khwezi Mngoma
2026-05-01 21:01:03 +02:00
parent 34c30338a3
commit 89a7c9d42d
7 changed files with 495 additions and 1 deletions
@@ -0,0 +1,11 @@
<Project Sdk="Aspire.AppHost.Sdk/13.1.0">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<UserSecretsId>9a6169c1-9a3d-41f5-b1bf-f173cf418cb5</UserSecretsId>
</PropertyGroup>
</Project>