Property IsNetOrCoreApp
IsNetOrCoreApp
Returns True if application runs on Net or NetCore platform (Net 5 or higher). Returns False if application runs on Net Framework.
public static bool IsNetOrCoreApp { get; }
Returns True if application runs on Net or NetCore platform (Net 5 or higher). Returns False if application runs on Net Framework.
public static bool IsNetOrCoreApp { get; }