We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05fed22 commit e42712bCopy full SHA for e42712b
1 file changed
src/Services/Marketing/Marketing.FunctionalTests/Marketing.FunctionalTests.csproj
@@ -19,7 +19,7 @@
19
<ItemGroup>
20
<PackageReference Include="Microsoft.AspNetCore.App" />
21
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="2.2.0" />
22
- <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
+ <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
23
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="2.2.0" />
24
<PackageReference Include="xunit" Version="2.4.1" />
25
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
@@ -30,7 +30,6 @@
30
</ItemGroup>
31
32
33
- <ProjectReference Include="..\..\..\Web\WebMVC\WebMVC.csproj" />
34
<ProjectReference Include="..\Marketing.API\Marketing.API.csproj" />
35
36
0 commit comments