Browse Source
Merge pull request #1000 from LeeDumond/fix/fix-functional-tests
fix references in functional test projects
pull/1003/head
Miguel Veloso
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
6 additions and
0 deletions
-
src/Services/Basket/Basket.FunctionalTests/Basket.FunctionalTests.csproj
-
src/Services/Catalog/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj
-
src/Services/Location/Locations.FunctionalTests/Locations.FunctionalTests.csproj
|
|
@ -17,6 +17,8 @@ |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.App" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="2.2.0" /> |
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="2.2.0" /> |
|
|
|
<PackageReference Include="xunit" Version="2.4.1" /> |
|
|
|
|
|
@ -33,6 +33,8 @@ |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.App" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="2.2.0" /> |
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="2.2.0" /> |
|
|
|
<PackageReference Include="xunit" Version="2.4.1" /> |
|
|
|
|
|
@ -17,6 +17,8 @@ |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.App" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="2.2.0" /> |
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="2.2.0" /> |
|
|
|
<PackageReference Include="xunit" Version="2.4.1" /> |
|
|
|