<PackageReference Include="System.ClientModel" Version="1.9.0" />

System.ClientModel.Internal.RuntimeInformationWrapper

namespace System.ClientModel.Internal { internal class RuntimeInformationWrapper { public virtual string FrameworkDescription { get; } public virtual string OSDescription { get; } public virtual Architecture OSArchitecture { get; } public virtual Architecture ProcessArchitecture { get; } public virtual bool IsOSPlatform(OSPlatform osPlatform); public RuntimeInformationWrapper(); } }