Skip to content

Commit

Permalink
Update the linux icu*.dll mappings to version 70 (#224)
Browse files Browse the repository at this point in the history
* Update the linux icu*.dll mappings to version 70

+semverminor
  • Loading branch information
jasonleenaylor authored Mar 25, 2022
1 parent f955c06 commit 656e804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SIL.LCModel.Core/App.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<dllmap dll="icuuc54.dll" target="libicuuc.so.54" />
<dllmap dll="icuin54.dll" target="libicui18n.so.54" />
<dllmap dll="icuuc70.dll" target="libicuuc.so.70" />
<dllmap dll="icuin70.dll" target="libicui18n.so.70" />
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
Expand Down

0 comments on commit 656e804

Please sign in to comment.