Skip to content

Commit

Permalink
Downgrade package because it otherwise only works on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Kees van Spelde committed Aug 16, 2023
1 parent 24d0cf0 commit c261020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChromiumHtmlToPdfLib/ChromiumHtmlToPdfLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.1" />
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Drawing.Common" Version="7.0.0" />
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
<PackageReference Include="System.Management" Version="7.0.2" />
<PackageReference Include="Ude.NetStandard" Version="1.2.0" />
</ItemGroup>
Expand Down

0 comments on commit c261020

Please sign in to comment.