public bool IsNetCore2App()
 {
     return(OutputTarget.IsNetCore2App());
 }