diff --git a/eng/net10.0.props b/eng/net10.0.props
index 926dadc14..d2540a543 100644
--- a/eng/net10.0.props
+++ b/eng/net10.0.props
@@ -23,6 +23,7 @@
$(Features);FEATURE_METADATA_READER
$(Features);FEATURE_MMAP
$(Features);FEATURE_NATIVE
+ $(Features);FEATURE_NET_ASYNC
$(Features);FEATURE_OSPLATFORMATTRIBUTE
$(Features);FEATURE_PIPES
$(Features);FEATURE_PROCESS
diff --git a/eng/net8.0.props b/eng/net8.0.props
index 926dadc14..d2540a543 100644
--- a/eng/net8.0.props
+++ b/eng/net8.0.props
@@ -23,6 +23,7 @@
$(Features);FEATURE_METADATA_READER
$(Features);FEATURE_MMAP
$(Features);FEATURE_NATIVE
+ $(Features);FEATURE_NET_ASYNC
$(Features);FEATURE_OSPLATFORMATTRIBUTE
$(Features);FEATURE_PIPES
$(Features);FEATURE_PROCESS
diff --git a/eng/net9.0.props b/eng/net9.0.props
index 926dadc14..d2540a543 100644
--- a/eng/net9.0.props
+++ b/eng/net9.0.props
@@ -23,6 +23,7 @@
$(Features);FEATURE_METADATA_READER
$(Features);FEATURE_MMAP
$(Features);FEATURE_NATIVE
+ $(Features);FEATURE_NET_ASYNC
$(Features);FEATURE_OSPLATFORMATTRIBUTE
$(Features);FEATURE_PIPES
$(Features);FEATURE_PROCESS
diff --git a/src/core/IronPython/Compiler/Ast/AstMethods.cs b/src/core/IronPython/Compiler/Ast/AstMethods.cs
index 611bf3bb1..ac64c8eb3 100644
--- a/src/core/IronPython/Compiler/Ast/AstMethods.cs
+++ b/src/core/IronPython/Compiler/Ast/AstMethods.cs
@@ -80,6 +80,11 @@ internal static class AstMethods {
public static readonly MethodInfo FormatString = GetMethod((Func)PythonOps.FormatString);
public static readonly MethodInfo GeneratorCheckThrowableAndReturnSendValue = GetMethod((Func