Files
OnlineShop/AppWithRabbitMq/OnlineShop/OnlineShop.AppHost/OnlineShop.AppHost.csproj
T
2026-05-26 11:02:26 +01:00

35 lines
1.3 KiB
XML

<Project Sdk="Aspire.AppHost.Sdk/13.3.5">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<UserSecretsId>2f2ef062-99af-422f-b6a5-1094759553e7</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Aspire.Hosting.Azure.Storage" Version="13.3.5" />
<PackageReference Include="Aspire.Hosting.MongoDB" Version="13.3.5" />
<PackageReference Include="Aspire.Hosting.RabbitMQ" Version="13.3.5" />
<PackageReference Include="Aspire.Hosting.Redis" Version="13.3.5" />
<PackageReference Include="Aspire.Hosting.SqlServer" Version="13.3.5" />
<PackageReference Include="CommunityToolkit.Aspire.Hosting.Ollama" Version="13.3.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OnlineShop.ApiService\OnlineShop.ApiService.csproj" />
<ProjectReference Include="..\OnlineShop.Web\OnlineShop.Web.csproj" />
<ProjectReference Include="..\OnlineShop.MailDev.Hosting\OnlineShop.MailDev.Hosting.csproj" IsAspireProjectResource="false" />
</ItemGroup>
<ItemGroup>
<None Update="Keycloak\import.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>