From b5a61a56ef636a01fcb57f7526e746a742c11a89 Mon Sep 17 00:00:00 2001 From: Michael Nebel Date: Tue, 9 Dec 2025 13:49:49 +0100 Subject: [PATCH] C#: Add osx-arm64 as a possible RID. --- csharp/Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/Directory.Build.props b/csharp/Directory.Build.props index 0c8a2bc15266..f0d6dbcd8f8a 100644 --- a/csharp/Directory.Build.props +++ b/csharp/Directory.Build.props @@ -2,7 +2,7 @@ net9.0 - win-x64;linux-x64;osx-x64 + win-x64;linux-x64;osx-x64;osx-arm64 enable true