2017-02-14 16:23:26 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2017-06-21 19:03:48 +02:00
|
|
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
2017-02-14 16:23:26 +01:00
|
|
|
|
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
|
2017-06-29 18:36:57 +02:00
|
|
|
|
<AssetTargetFallback>$(AssetTargetFallback);portable-net45+win8+wp8+wpa81;</AssetTargetFallback>
|
2017-02-14 16:23:26 +01:00
|
|
|
|
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
|
|
|
|
|
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
|
|
|
|
|
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2017-05-03 16:34:41 +02:00
|
|
|
|
<ProjectReference Include="..\..\..\src\BuildingBlocks\EventBus\EventBus\EventBus.csproj" />
|
2017-03-05 23:19:36 +01:00
|
|
|
|
<ProjectReference Include="..\..\..\src\Services\Basket\Basket.API\Basket.API.csproj" />
|
2017-03-03 17:51:32 +01:00
|
|
|
|
<ProjectReference Include="..\..\..\src\Services\Catalog\Catalog.API\Catalog.API.csproj" />
|
2017-02-14 16:23:26 +01:00
|
|
|
|
<ProjectReference Include="..\..\..\src\Services\Ordering\Ordering.API\Ordering.API.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\..\src\Services\Ordering\Ordering.Infrastructure\Ordering.Infrastructure.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\..\src\Services\Ordering\Ordering.Domain\Ordering.Domain.csproj" />
|
2017-03-05 23:19:36 +01:00
|
|
|
|
<ProjectReference Include="..\..\..\src\Web\WebMVC\WebMVC.csproj" />
|
2017-02-14 16:23:26 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2017-03-03 17:51:32 +01:00
|
|
|
|
<PackageReference Include="Microsoft.DotNet.InternalAbstractions" Version="1.0.0" />
|
2017-08-30 18:51:22 +02:00
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
|
2017-05-19 09:02:05 +03:00
|
|
|
|
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
|
2017-05-19 18:03:05 +03:00
|
|
|
|
<PackageReference Include="MediatR" Version="3.0.1" />
|
2017-05-19 09:02:05 +03:00
|
|
|
|
<PackageReference Include="Moq" Version="4.7.10" />
|
|
|
|
|
<PackageReference Include="xunit" Version="2.2.0" />
|
2017-08-30 18:51:22 +02:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="2.0.0" />
|
2017-02-14 16:23:26 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2017-06-05 21:54:03 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2017-02-14 16:23:26 +01:00
|
|
|
|
</Project>
|