Skip to content

Commit 2299ed9

Browse files
add net5 test host
1 parent 66bbf50 commit 2299ed9

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

test/Tests/Tests.csproj

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@
1515
<PackageReference Include="xunit" Version="2.4.1" />
1616
<PackageReference Include="FluentAssertions" Version="5.10.3" />
1717

18+
19+
</ItemGroup>
20+
21+
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' ">
1822
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="3.1.0" />
1923
</ItemGroup>
24+
25+
<ItemGroup Condition=" '$(TargetFramework)' == 'net5.0' ">
26+
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="5.0.0" />
27+
</ItemGroup>
28+
29+
2030
</Project>

0 commit comments

Comments
 (0)