28 lines
920 B
XML
28 lines
920 B
XML
<Project Sdk="Aspire.AppHost.Sdk/13.2.2">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<UserSecretsId>a37b81ab-bcb8-4599-a049-4c21e1e4ff17</UserSecretsId>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Clarity.MigrationService\Clarity.MigrationService.csproj" />
|
|
<ProjectReference Include="..\Clarity.Server\Clarity.Server.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Aspire.Hosting.JavaScript" />
|
|
<PackageReference Include="Aspire.Hosting.Keycloak" />
|
|
<PackageReference Include="Aspire.Hosting.PostgreSQL" />
|
|
<PackageReference Include="Aspire.Hosting.Redis" />
|
|
<PackageReference Include="CommunityToolkit.Aspire.Hosting.Minio" />
|
|
<PackageReference Include="Scalar.Aspire" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Update="KeycloakConfig\realm-export.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
</Project>
|