diff --git a/src/net/JNetPSCore/JNetPSHelper.cs b/src/net/JNetPSCore/JNetPSHelper.cs index ca7e7dea25..2567301cb4 100644 --- a/src/net/JNetPSCore/JNetPSHelper.cs +++ b/src/net/JNetPSCore/JNetPSHelper.cs @@ -494,7 +494,7 @@ public static void CreateGlobalInstance(System.Management.Automation.Cmdlet cmdl /// public static void Launch(Type type, params string[] args) { - _ = typeof(TClass).RunStaticMethodOn(typeof(JNetCore), nameof(JNetCore.Launch), type, args); + _ = typeof(TClass).RunStaticMethodOn(typeof(JNetCoreBase), nameof(JNetCore.Launch), type, args); } /// /// Creates a new class instance