Skip to content

Commit 6681754

Browse files
committed
fixup! Fix build
1 parent 55f6edd commit 6681754

File tree

1 file changed

+1
-1
lines changed
  • src/benchmarks/micro/libraries/System.IO.Compression

1 file changed

+1
-1
lines changed

src/benchmarks/micro/libraries/System.IO.Compression/Zstandard.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using BenchmarkDotNet.Attributes;
77
using MicroBenchmarks;
88

9-
#if !NET11_0_OR_GREATER
9+
#if NET11_0_OR_GREATER
1010

1111
namespace System.IO.Compression
1212
{

0 commit comments

Comments
 (0)