2018-05-15 12:42:08 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
2018-02-27 14:32:25 +01:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2019-07-17 18:26:20 +02:00
|
|
|
|
<TargetFramework>$(NetCoreTargetVersion)</TargetFramework>
|
2018-02-27 14:32:25 +01:00
|
|
|
|
<AssemblyName>Web.Shopping.HttpAggregator</AssemblyName>
|
|
|
|
|
<RootNamespace>Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator</RootNamespace>
|
|
|
|
|
<DockerComposeProjectPath>..\..\..\docker-compose.dcproj</DockerComposeProjectPath>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="wwwroot\" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2019-07-17 18:26:20 +02:00
|
|
|
|
<PackageReference Include="AspNetCore.HealthChecks.Uris" Version="$(AspNetCore_HealthChecks_Uris)" />
|
|
|
|
|
<PackageReference Include="AspNetCore.HealthChecks.UI.Client" Version="$(AspNetCore_HealthChecks_UI_Client)" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.App" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.HealthChecks" Version="$(Microsoft_AspNetCore_Diagnostics_HealthChecks)" />
|
|
|
|
|
<PackageReference Include="Serilog.AspNetCore" Version="$(Serilog_AspNetCore)" />
|
|
|
|
|
<PackageReference Include="Serilog.Sinks.Console" Version="$(Serilog_Sinks_Console)" />
|
|
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="$(Swashbuckle_AspNetCore)" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="$(Microsoft_Extensions_Http_Polly)" />
|
2018-02-27 14:32:25 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2019-02-25 18:21:31 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\..\BuildingBlocks\Devspaces.Support\Devspaces.Support.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2018-02-27 14:32:25 +01:00
|
|
|
|
</Project>
|