Skip to content

Commit 72f945e

Browse files
Update src/benchmarks/micro/MicroBenchmarks.csproj
Co-authored-by: Adam Sitnik <[email protected]>
1 parent 8e879d0 commit 72f945e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/benchmarks/micro/MicroBenchmarks.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<Compile Remove="libraries\System.Formats.Cbor\*.cs" />
110110
</ItemGroup>
111111

112-
<ItemGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework' Or ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(_TargetFrameworkVersionWithoutV)' &lt; '6.0')">
112+
<ItemGroup Condition=" '$(_TargetFrameworkVersionWithoutV)' &lt; '6.0' ">
113113
<Compile Remove="libraries\System.Collections\PriorityQueue\Perf_PriorityQueue.cs" />
114114
</ItemGroup>
115115

0 commit comments

Comments
 (0)