We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec6e59 commit 6cef256Copy full SHA for 6cef256
tests/NRedisStack.Tests/NRedisStack.Tests.csproj
@@ -22,7 +22,7 @@
22
</PackageReference>
23
<PackageReference Include="NetTopologySuite"/>
24
<PackageReference Include="Validation"/>
25
- <PackageReference Include="xunit.runner.visualstudio" Condition="'$(TargetFramework)' == 'net8.0' or '$(TargetFramework)' == 'net481'">
+ <PackageReference Include="xunit.runner.visualstudio" Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0')) or '$(TargetFramework)' == 'net481'">
26
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
27
<PrivateAssets>all</PrivateAssets>
28
0 commit comments