Skip to content

Runtime Identifiers

Mohamed Samy edited this page Jun 1, 2020 · 1 revision

RID is short for Runtime IDentifier. RID values are used to identify target platforms where the application runs. They're used by .NET Apps to represent platform-specific assets or binaries.

The following is a list of RIDs supported by SecureDNS Project:

Runtime Identifier Operating Systems
linux-x64 CentOS, Debian, Fedora, Ubuntu & Derivatives
linux-musl-x64 Lightweight Linux distributions using musl like Alpine Linux
linux-arm Linux distributions running on ARM like Raspbian on Raspberry Pi Model 2+
linux-arm64 Linux distributions running on 64-bit ARM like Ubuntu Server 64-bit on Raspberry Pi Model 3+
win-x64 Windows 7, 8, 8.1 & 10 (x64)
win-x86 Windows 7, 8, 8.1 & 10 (x86)
win-arm Windows 10 on Arm (32-bit)
win-arm64 Windows 10 on Arm (64-bit)