<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.0-preview2.25289.6" />

Microsoft.Data.SqlClient.UserAgent.UserAgentInfoDto

public class OsInfo

public const string ArchJsonKey = "arch"

public const string DriverJsonKey = "driver"

public const string OsJsonKey = "os"

public const string RuntimeJsonKey = "runtime"

public const string VersionJsonKey = "version"

public string Arch { get; set; }

public string Driver { get; set; }

public OsInfo OS { get; set; }

public string Runtime { get; set; }

public string Version { get; set; }