Skip to content

Commit

Permalink
test: support macos arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed May 15, 2024
1 parent ea8c347 commit e4f3ec7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion EPPlusTest/EPPlusTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@


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

<ItemGroup>
Expand Down

0 comments on commit e4f3ec7

Please sign in to comment.