<PackageReference Include="NETStandard.Library" Version="2.0.3" />

System.Runtime.InteropServices.RuntimeInformation

public static class RuntimeInformation
namespace System.Runtime.InteropServices { public static class RuntimeInformation { public static string FrameworkDescription { get; } public static Architecture OSArchitecture { get; } public static string OSDescription { get; } public static Architecture ProcessArchitecture { get; } public static bool IsOSPlatform(OSPlatform osPlatform); } }