Browse Source

Merge branch 'features/migration-dotnet3' of https://github.com/dotnet-architecture/eShopOnContainers into features/migration-dotnet3

features/migration-dotnet3
Erik Pique 5 years ago
parent
commit
25067820e0
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      src/Services/Catalog/Catalog.UnitTests/Catalog.UnitTests.csproj

+ 3
- 2
src/Services/Catalog/Catalog.UnitTests/Catalog.UnitTests.csproj View File

@ -7,8 +7,9 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.ViewFeatures" Version="$(Microsoft_AspNetCore_Mvc_ViewFeatures)" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="$(Microsoft_AspNetCore_Mvc_Core)" />
<PackageReference Include="Microsoft.NETCore.Platforms" Version="$(Microsoft_NETCore_Platforms)" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(Microsoft_NET_Test_Sdk)" /> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(Microsoft_NET_Test_Sdk)" />
<PackageReference Include="xunit" Version="$(xunit)" /> <PackageReference Include="xunit" Version="$(xunit)" />
<PackageReference Include="xunit.runner.visualstudio" Version="$(xunit_runner_visualstudio)"> <PackageReference Include="xunit.runner.visualstudio" Version="$(xunit_runner_visualstudio)">


Loading…
Cancel
Save