From 4ca0de20e9670c38d03c16038cc724bec686e013 Mon Sep 17 00:00:00 2001 From: Adeel Mujahid <3840695+am11@users.noreply.github.com> Date: Sat, 27 Jun 2026 21:33:52 +0300 Subject: [PATCH] Add openbsd-x64 to legacy RID graph --- .../src/runtime.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/libraries/Microsoft.NETCore.Platforms/src/runtime.json b/src/libraries/Microsoft.NETCore.Platforms/src/runtime.json index 64e7c5546b529e..5c871b11b29794 100644 --- a/src/libraries/Microsoft.NETCore.Platforms/src/runtime.json +++ b/src/libraries/Microsoft.NETCore.Platforms/src/runtime.json @@ -2589,6 +2589,23 @@ "omnios-x64" ] }, + "openbsd": { + "#import": [ + "unix" + ] + }, + "openbsd-arm64": { + "#import": [ + "openbsd", + "unix-arm64" + ] + }, + "openbsd-x64": { + "#import": [ + "openbsd", + "unix-x64" + ] + }, "openindiana": { "#import": [ "illumos"