diff --git a/Directory.Packages.props b/Directory.Packages.props
index 0fb184004..11a01c9ad 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -2,7 +2,7 @@
9.0.0-preview.3.24172.4
9.0.0-preview.3.24172.9
- 8.0.2
+ 8.0.3
diff --git a/src/EFCore.PG/Storage/Internal/NpgsqlTypeMappingSource.cs b/src/EFCore.PG/Storage/Internal/NpgsqlTypeMappingSource.cs
index d6661e7fb..5c03e6868 100644
--- a/src/EFCore.PG/Storage/Internal/NpgsqlTypeMappingSource.cs
+++ b/src/EFCore.PG/Storage/Internal/NpgsqlTypeMappingSource.cs
@@ -362,6 +362,7 @@ public virtual void LoadUserDefinedTypeMappings(
NpgsqlDataSource? dataSource)
=> SetupEnumMappings(sqlGenerationHelper, dataSource);
+#pragma warning disable NPG9001
///
/// Gets all global enum mappings from the ADO.NET layer and creates mappings for them
///
@@ -407,6 +408,7 @@ is PropertyInfo globalEnumTypeMappingsProperty
}
}
}
+#pragma warning restore NPG9001
///
/// This is an internal API that supports the Entity Framework Core infrastructure and not subject to