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).

(cherry picked from commit 02e9e73)

# Conflicts:
#	dotnet/src/dotnetcore/GxNetCoreStartup/GxNetCoreStartup.csproj
  • Loading branch information
claudiamurialdo committed Oct 3, 2023
1 parent 1fffbd8 commit 80518ad
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
<PackageReference Include="OpenTelemetry" Version="1.5.1" PrivateAssets ="All"/>
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.5.1" PrivateAssets ="All"/>
<PackageReference Include="Microsoft.Extensions.Logging.ApplicationInsights" Version="2.21.0" 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 80518ad

Please sign in to comment.