diff --git a/Directory.Packages.props b/Directory.Packages.props
index 476fd97..ca5f960 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -7,25 +7,25 @@
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
+
+
\ No newline at end of file
diff --git a/src/HaveIBeenPwned.Client/Internals/AsyncEnumerable.cs b/src/HaveIBeenPwned.Client/Internals/AsyncEnumerable.cs
index dad8c17..6782e05 100644
--- a/src/HaveIBeenPwned.Client/Internals/AsyncEnumerable.cs
+++ b/src/HaveIBeenPwned.Client/Internals/AsyncEnumerable.cs
@@ -10,7 +10,7 @@ internal static class AsyncEnumerable
file sealed class EmptyAsyncIterator : IAsyncEnumerable, IAsyncEnumerator
{
- public static EmptyAsyncIterator Instance { get; } = new();
+ internal static EmptyAsyncIterator Instance { get; } = new();
public ValueTask DisposeAsync() => ValueTask.CompletedTask;