Skip to content

Commit

Permalink
NuGet: fix macOS arch in target file
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila authored and bblanchon committed Jan 23, 2024
1 parent 0524ca8 commit 9eb37f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuget/bblanchon.PDFium.macOS.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- .NET (Core) supports the runtimes folder out of the box -->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Condition="'$(TargetFramework)'=='net461' or '$(TargetFramework)'=='net462' or '$(TargetFramework)'=='net47' or '$(TargetFramework)'=='net471' or '$(TargetFramework)'=='net472' or '$(TargetFramework)'=='net48' or '$(TargetFramework)'=='net481' or '$(TargetFrameworkVersion)'=='v4.6.1' or '$(TargetFrameworkVersion)'=='v4.6.2' or '$(TargetFrameworkVersion)'=='v4.7' or '$(TargetFrameworkVersion)'=='v4.7.1' or '$(TargetFrameworkVersion)'=='v4.7.2' or '$(TargetFrameworkVersion)'=='v4.8' or '$(TargetFrameworkVersion)'=='v4.8.1'">
<None Include="$(MSBuildThisFileDirectory)..\..\runtimes\osx-arm64\native\libpdfium.dylib" >
<None Include="$(MSBuildThisFileDirectory)..\..\runtimes\osx-x64\native\libpdfium.dylib" >
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Link>libpdfium.dylib</Link>
<Visible>false</Visible>
Expand Down

0 comments on commit 9eb37f6

Please sign in to comment.