You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1.2 KiB

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp1.1</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <PackageReference Include="Microsoft.DotNet.InternalAbstractions" Version="1.0.0" />
  7. <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0-preview-20170106-08" />
  8. <PackageReference Include="Microsoft.AspNetCore.TestHost" Version="1.1.0" />
  9. <PackageReference Include="xunit" Version="2.2.0-beta5-build3474" />
  10. <PackageReference Include="xunit.runner.visualstudio" Version="2.2.0-beta5-build1225" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <ProjectReference Include="..\..\..\src\Services\Basket\Basket.API\Basket.API.csproj" />
  14. <ProjectReference Include="..\..\..\src\Services\Catalog\Catalog.API\Catalog.API.csproj" />
  15. <ProjectReference Include="..\..\..\src\Services\Ordering\Ordering.API\Ordering.API.csproj" />
  16. <ProjectReference Include="..\..\..\src\Web\WebMVC\WebMVC.csproj" />
  17. </ItemGroup>
  18. <ItemGroup>
  19. <None Update="appsettings.json">
  20. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  21. </None>
  22. <None Update="settings.json">
  23. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  24. </None>
  25. </ItemGroup>
  26. </Project>