Skip to content

Commit

Permalink
Fix mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Mar 3, 2024
1 parent d7f580b commit 4a2308b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NAPS2.Sdk/NAPS2.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 4a2308b

Please sign in to comment.