Skip to content

Commit

Permalink
The iText dependency needs to be added to DependencyContext.Default s…
Browse files Browse the repository at this point in the history
…o that iText can locate resources like iText.IO.Font.Cmap.cjk_registry.properties when searching within DependencyContext.Default.GetRuntimeAssemblyNames(runtimeIdentifier).
  • Loading branch information
claudiamurialdo committed Oct 3, 2023
1 parent 1afc371 commit 02e9e73
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
<PackageReference Include="Azure.Monitor.OpenTelemetry.Exporter" Version="1.0.0-beta.13" NoWarn="NU5104" PrivateAssets ="All"/>
<PackageReference Include="OpenTelemetry" Version="1.5.1" PrivateAssets ="All"/>
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.5.1" PrivateAssets ="All"/>

<PackageReference Include="itext7" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="itext7.font-asian" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="itext7.pdfhtml" Version="5.0.0" PrivateAssets="All"/>

</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GxClasses.Web\GxClasses.Web.csproj" />
Expand Down

0 comments on commit 02e9e73

Please sign in to comment.