|
|
@ -3,31 +3,14 @@ |
|
|
|
<PropertyGroup> |
|
|
|
<TargetFramework>net7.0</TargetFramework> |
|
|
|
<DockerComposeProjectPath>..\..\..\..\docker-compose.dcproj</DockerComposeProjectPath> |
|
|
|
<GenerateErrorForMissingTargetingPacks>false</GenerateErrorForMissingTargetingPacks> |
|
|
|
<IsTransformWebConfigDisabled>true</IsTransformWebConfigDisabled> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="AspNetCore.HealthChecks.AzureServiceBus" /> |
|
|
|
<PackageReference Include="AspNetCore.HealthChecks.Rabbitmq" /> |
|
|
|
<PackageReference Include="AspNetCore.HealthChecks.UI.Client" /> |
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" /> |
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" /> |
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.Kubernetes" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Authorization" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.HealthChecks" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.HealthChecks" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" /> |
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" /> |
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\..\..\BuildingBlocks\EventBus\EventBusRabbitMQ\EventBusRabbitMQ.csproj" /> |
|
|
|
<ProjectReference Include="..\..\..\BuildingBlocks\EventBus\EventBusServiceBus\EventBusServiceBus.csproj" /> |
|
|
|
<ProjectReference Include="..\..\..\BuildingBlocks\EventBus\EventBus\EventBus.csproj" /> |
|
|
|
<ProjectReference Include="..\..\Services.Common\Services.Common.csproj" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|