We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e879d0 commit 72f945eCopy full SHA for 72f945e
src/benchmarks/micro/MicroBenchmarks.csproj
@@ -109,7 +109,7 @@
109
<Compile Remove="libraries\System.Formats.Cbor\*.cs" />
110
</ItemGroup>
111
112
- <ItemGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework' Or ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(_TargetFrameworkVersionWithoutV)' < '6.0')">
+ <ItemGroup Condition=" '$(_TargetFrameworkVersionWithoutV)' < '6.0' ">
113
<Compile Remove="libraries\System.Collections\PriorityQueue\Perf_PriorityQueue.cs" />
114
115
0 commit comments