Skip to content

Commit d6681e2

Browse files
committed
Merge branch 'feature/netstandard2'
2 parents e181020 + 568b7f1 commit d6681e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CardinalityEstimation/Polyfills/BitOperations.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#if !NETCOREAPP3_0_OR_GREATER
22
namespace System.Numerics;
33

4-
public static class BitOperations
4+
internal static class BitOperations
55
{
66
public static uint LeadingZeroCount(ulong x)
77
{

CardinalityEstimation/Polyfills/Linq.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace System.Linq;
55

6-
public static class LinqExtensions
6+
internal static class LinqExtensions
77
{
88
public static HashSet<T> ToHashSet<T>(this IEnumerable<T> source)
99
{

0 commit comments

Comments
 (0)