Skip to content

Commit 9e8c991

Browse files
Fix benchmark csproj file.
1 parent 018962b commit 9e8c991

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

tests/ImageSharp.Drawing.Benchmarks/ImageSharp.Drawing.Benchmarks.csproj

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@
1313
<!--Mark members as static-->
1414
<NoWarn>CA1822</NoWarn>
1515
</PropertyGroup>
16-
17-
<Choose>
18-
<When Condition="$(SIXLABORS_TESTING_PREVIEW) == true">
19-
<PropertyGroup>
20-
<TargetFrameworks>net8.0</TargetFrameworks>
2116

2217
<Choose>
2318
<When Condition="$(SIXLABORS_TESTING_PREVIEW) == true">
@@ -33,9 +28,7 @@
3328
</Choose>
3429

3530
<ItemGroup>
36-
<PackageReference Include="BenchmarkDotNet" Version="0.13.10" />
37-
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.10" Condition="'$(IsWindows)'=='true'" />
38-
<PackageReference Include="runtime.osx.10.10-x64.CoreCompat.System.Drawing" Condition="'$(IsOSX)'=='true'" />
31+
<PackageReference Include="BenchmarkDotNet" />
3932
<PackageReference Include="System.Drawing.Common" />
4033
<PackageReference Include="GeoJSON.Net" />
4134
<PackageReference Include="SkiaSharp" />

0 commit comments

Comments
 (0)