Added A-Frame Architecture Sample.

This commit is contained in:
2026-06-08 20:19:41 +02:00
parent b2d7e7e26b
commit 6760f90336
63 changed files with 5075 additions and 0 deletions
@@ -0,0 +1,20 @@
<Project Sdk="Aspire.AppHost.Sdk/13.4.2">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<UserSecretsId>dd566541-a93f-49d5-9124-476847addf36</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\AFrameArchitectureSample.ApiService\AFrameArchitectureSample.ApiService.csproj" />
<ProjectReference Include="..\AFrameArchitectureSample.Web\AFrameArchitectureSample.Web.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Aspire.Hosting.Redis" Version="13.4.2" />
</ItemGroup>
</Project>