2017-02-14 18:11:51 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
2017-02-14 16:23:26 +01:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2018-05-15 12:42:08 +02:00
|
|
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
2017-02-14 16:23:26 +01:00
|
|
|
|
<UserSecretsId>aspnet-Ordering.API-20161122013547</UserSecretsId>
|
2017-06-29 18:36:57 +02:00
|
|
|
|
<AssetTargetFallback>$(AssetTargetFallback);portable-net45+win8+wp8+wpa81;</AssetTargetFallback>
|
2017-02-14 18:11:51 +01:00
|
|
|
|
<DockerComposeProjectPath>..\..\..\..\docker-compose.dcproj</DockerComposeProjectPath>
|
2017-02-14 16:23:26 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2017-02-15 10:44:59 -05:00
|
|
|
|
<Content Update="web.config;">
|
|
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
|
|
</Content>
|
2017-06-20 12:54:32 -07:00
|
|
|
|
<Content Include="Setup\**\*;">
|
|
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
|
|
</Content>
|
2017-02-14 16:23:26 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2017-03-31 10:30:56 +02:00
|
|
|
|
<ProjectReference Include="..\..\..\BuildingBlocks\EventBus\EventBusRabbitMQ\EventBusRabbitMQ.csproj" />
|
2017-05-24 15:32:22 +02:00
|
|
|
|
<ProjectReference Include="..\..\..\BuildingBlocks\EventBus\EventBusServiceBus\EventBusServiceBus.csproj" />
|
2017-03-31 10:30:56 +02:00
|
|
|
|
<ProjectReference Include="..\..\..\BuildingBlocks\EventBus\EventBus\EventBus.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\..\BuildingBlocks\EventBus\IntegrationEventLogEF\IntegrationEventLogEF.csproj" />
|
2017-03-23 19:10:55 +01:00
|
|
|
|
<ProjectReference Include="..\..\..\BuildingBlocks\HealthChecks\src\Microsoft.AspNetCore.HealthChecks\Microsoft.AspNetCore.HealthChecks.csproj" />
|
2017-05-02 10:29:24 +02:00
|
|
|
|
<ProjectReference Include="..\..\..\BuildingBlocks\HealthChecks\src\Microsoft.Extensions.HealthChecks.SqlServer\Microsoft.Extensions.HealthChecks.SqlServer.csproj" />
|
2017-03-23 19:10:55 +01:00
|
|
|
|
<ProjectReference Include="..\..\..\BuildingBlocks\HealthChecks\src\Microsoft.Extensions.HealthChecks\Microsoft.Extensions.HealthChecks.csproj" />
|
2017-09-13 14:53:06 +02:00
|
|
|
|
<ProjectReference Include="..\..\..\BuildingBlocks\WebHostCustomization\WebHost.Customization\WebHost.Customization.csproj" />
|
2017-02-14 16:23:26 +01:00
|
|
|
|
<ProjectReference Include="..\Ordering.Domain\Ordering.Domain.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Ordering.Infrastructure\Ordering.Infrastructure.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2018-03-04 13:53:59 +03:00
|
|
|
|
<PackageReference Include="FluentValidation.AspNetCore" Version="7.5.0" />
|
2018-05-15 12:42:08 +02:00
|
|
|
|
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="4.1.0" />
|
2018-03-04 13:53:59 +03:00
|
|
|
|
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="4.2.1" />
|
|
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.2.1" />
|
2018-05-15 12:42:08 +02:00
|
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.6.1" />
|
|
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.Kubernetes" Version="1.0.0-beta8" />
|
|
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.ServiceFabric" Version="2.1.1-beta1" />
|
2018-07-16 18:04:25 +02:00
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.AzureKeyVault" Version="2.1.0" />
|
2018-06-01 18:59:14 +02:00
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="2.1.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.0" />
|
2018-05-15 12:42:08 +02:00
|
|
|
|
<PackageReference Include="MediatR" Version="4.1.0" />
|
|
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="2.4.0" />
|
2017-02-14 16:23:26 +01:00
|
|
|
|
<PackageReference Include="System.Reflection" Version="4.3.0" />
|
2017-12-11 17:47:23 +03:00
|
|
|
|
<PackageReference Include="Dapper" Version="1.50.4" />
|
2018-06-01 18:59:14 +02:00
|
|
|
|
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
|
2018-05-15 12:42:08 +02:00
|
|
|
|
<PackageReference Include="Polly" Version="6.0.1" />
|
2017-02-14 16:23:26 +01:00
|
|
|
|
</ItemGroup>
|
2017-02-16 12:31:53 -08:00
|
|
|
|
<ItemGroup>
|
2017-06-20 12:54:32 -07:00
|
|
|
|
<None Update="Setup\*">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2017-02-16 12:31:53 -08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2017-02-14 16:23:26 +01:00
|
|
|
|
</Project>
|