Skip to content

Commit e42712b

Browse files
committed
Fix failling functional tests
1 parent 05fed22 commit e42712b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Services/Marketing/Marketing.FunctionalTests/Marketing.FunctionalTests.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<ItemGroup>
2020
<PackageReference Include="Microsoft.AspNetCore.App" />
2121
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="2.2.0" />
22-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
22+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
2323
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="2.2.0" />
2424
<PackageReference Include="xunit" Version="2.4.1" />
2525
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
@@ -30,7 +30,6 @@
3030
</ItemGroup>
3131

3232
<ItemGroup>
33-
<ProjectReference Include="..\..\..\Web\WebMVC\WebMVC.csproj" />
3433
<ProjectReference Include="..\Marketing.API\Marketing.API.csproj" />
3534
</ItemGroup>
3635

0 commit comments

Comments
 (0)