Skip to content

Commit

Permalink
refactor!: remove SpanSplitEnumerator for >= net9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbooth committed Nov 14, 2024
1 parent af5a76b commit 9803c9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions X10D/src/Collections/SpanSplitEnumerator.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#if !NET9_0_OR_GREATER
namespace X10D.Collections;

/// <summary>
Expand Down Expand Up @@ -85,3 +86,4 @@ public bool MoveNext()
return true;
}
}
#endif

0 comments on commit 9803c9e

Please sign in to comment.