Fix mac build

This commit is contained in:
Ben Olden-Cooligan 2024-03-03 13:18:16 -08:00
parent d7f580b99a
commit 4a2308bf00

View File

@ -93,7 +93,9 @@
<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' != 'net8-macos10.15'">
<!-- TODO: Ideally we'd only have package dependencies, not direct dlls -->
<Content Include="..\NAPS2.Setup\lib\PdfSharpCore.dll">
<Pack>true</Pack>