2018-05-15 12:42:08 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
2018-02-27 14:32:25 +01:00
|
|
|
|
|
2018-09-01 14:04:02 +06:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
|
|
|
<RuntimeFrameworkVersion>2.1.3</RuntimeFrameworkVersion>
|
|
|
|
|
<AssemblyName>Web.Shopping.HttpAggregator</AssemblyName>
|
|
|
|
|
<RootNamespace>Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator</RootNamespace>
|
|
|
|
|
<DockerComposeProjectPath>..\..\..\docker-compose.dcproj</DockerComposeProjectPath>
|
|
|
|
|
</PropertyGroup>
|
2018-02-27 14:32:25 +01:00
|
|
|
|
|
2018-09-01 14:04:02 +06:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="wwwroot\" />
|
|
|
|
|
</ItemGroup>
|
2018-02-27 14:32:25 +01:00
|
|
|
|
|
2018-09-01 14:04:02 +06:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.3" />
|
|
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="2.4.0" />
|
|
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUi" Version="2.4.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="2.1.1" />
|
|
|
|
|
</ItemGroup>
|
2018-02-27 14:32:25 +01:00
|
|
|
|
|
|
|
|
|
</Project>
|