Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit e4f3ec7

Browse files
committed
test: support macos arm64
1 parent ea8c347 commit e4f3ec7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

EPPlusTest/EPPlusTest.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434

3535

3636
<ItemGroup Condition="$([MSBuild]::IsOSPlatform('OSX'))" >
37-
<PackageReference Include="runtime.osx.10.10-x64.CoreCompat.System.Drawing" Version="6.0.5.128" />
37+
<PackageReference Include="runtime.osx.10.10-x64.CoreCompat.System.Drawing" Version="6.0.5.128" Condition="$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture) == X64" />
38+
<PackageReference Include="Curiosity.runtime.osx.10.10-arm64.CoreCompat.System.Drawing" Version="6.0.5.4" Condition="$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture) == Arm64" />
3839
</ItemGroup>
3940

4041
<ItemGroup>

0 commit comments

Comments
 (0)