Skip to content

Commit b5a61a5

Browse files
committed
C#: Add osx-arm64 as a possible RID.
1 parent cf19586 commit b5a61a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>
5-
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
5+
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64;osx-arm64</RuntimeIdentifiers>
66
<Nullable>enable</Nullable>
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
88

0 commit comments

Comments
 (0)