2017-02-14 18:11:51 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
2017-02-14 16:23:26 +01:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2017-06-21 19:03:48 +02:00
|
|
|
|
<TargetFramework>netcoreapp2.0</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>
|
|
|
|
|
<Content Include=".dockerignore;">
|
2017-02-14 16:23:26 +01:00
|
|
|
|
<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-02-14 16:23:26 +01:00
|
|
|
|
<ProjectReference Include="..\Ordering.Domain\Ordering.Domain.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Ordering.Infrastructure\Ordering.Infrastructure.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2017-06-21 19:48:13 +02:00
|
|
|
|
<PackageReference Include="FluentValidation.AspNetCore" Version="7.0.3" />
|
2017-03-23 13:44:15 +01:00
|
|
|
|
<PackageReference Include="FluentValidation.MVC6" Version="6.4.0" />
|
2017-05-19 18:03:05 +03:00
|
|
|
|
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="2.0.0" />
|
2017-05-19 09:02:05 +03:00
|
|
|
|
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="4.1.0" />
|
2017-08-22 22:36:23 +02:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.0.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Server.IISIntegration" Version="2.0.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.0.0" />
|
2017-08-24 15:41:11 +02:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.0.0" />
|
2017-08-22 22:36:23 +02:00
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="2.0.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="2.0.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="2.0.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="2.0.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="2.0.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.0.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.0.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="2.0.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="2.0.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="2.0.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="2.0.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.0.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="2.0.0" />
|
2017-06-21 19:48:13 +02:00
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.Design" Version="2.0.0-preview1-final" />
|
2017-08-22 22:36:23 +02:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Diagnostics" Version="2.0.0" />
|
2017-05-19 18:03:05 +03:00
|
|
|
|
<PackageReference Include="MediatR" Version="3.0.1" />
|
2017-05-18 21:50:51 +03:00
|
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="1.0.0" />
|
2017-02-14 16:23:26 +01:00
|
|
|
|
<PackageReference Include="System.Reflection" Version="4.3.0" />
|
2017-06-21 19:48:13 +02:00
|
|
|
|
<PackageReference Include="IdentityServer4.AccessTokenValidation" Version="1.2.1" />
|
2017-02-14 16:23:26 +01:00
|
|
|
|
<PackageReference Include="Dapper" Version="1.50.2" />
|
2017-06-21 19:48:13 +02:00
|
|
|
|
<PackageReference Include="System.ValueTuple" Version="4.4.0-preview1-25305-02" />
|
2017-06-29 18:36:57 +02:00
|
|
|
|
<PackageReference Include="Polly" Version="5.2.0" />
|
2017-02-14 16:23:26 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2017-03-03 12:03:31 +01:00
|
|
|
|
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="1.0.0" />
|
2017-02-14 16:23:26 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2017-03-18 11:44:18 -07:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="Application\DomainEventHandlers\OrderStartedEvent\SendEmailToCustomerWhenOrderStartedDomainEventHandler.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2017-02-16 12:31:53 -08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Update="Dockerfile">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
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-03-31 10:30:56 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="Infrastructure\IntegrationEventMigrations\" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2017-02-14 16:23:26 +01:00
|
|
|
|
</Project>
|