We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66bbf50 commit 2299ed9Copy full SHA for 2299ed9
1 file changed
test/Tests/Tests.csproj
@@ -15,6 +15,16 @@
15
<PackageReference Include="xunit" Version="2.4.1" />
16
<PackageReference Include="FluentAssertions" Version="5.10.3" />
17
18
+
19
+ </ItemGroup>
20
21
+ <ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' ">
22
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="3.1.0" />
23
</ItemGroup>
24
25
+ <ItemGroup Condition=" '$(TargetFramework)' == 'net5.0' ">
26
+ <PackageReference Include="Microsoft.AspNetCore.TestHost" Version="5.0.0" />
27
28
29
30
</Project>
0 commit comments