Skip to content

Commit

Permalink
Fix net6.0 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
twitchax committed Jun 1, 2022
1 parent eaf2381 commit 275cc79
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Test/AspNetCore.Proxy.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="3.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="3.1.25" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
<PackageReference Include="Moq" Version="4.13.1" />
<PackageReference Include="coverlet.collector" Version="1.1.0" />
<PackageReference Include="Moq" Version="4.18.1" />
<PackageReference Include="coverlet.collector" Version="3.1.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 275cc79

Please sign in to comment.