Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Build/buildLocalLibraries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ libpalaso_dir=""
liblcm_dir=""
chorus_dir=""
libpalaso_net_ver="net462"
liblcm_net_ver="net461"
liblcm_net_ver="net462"
chorus_net_ver="net462"
mkall_targets_file="mkall.targets"
packages_dir="../packages"
Expand Down
35 changes: 19 additions & 16 deletions Build/mkall.targets
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,10 @@
<TeamCityUrl>https://build.palaso.org/</TeamCityUrl>

<!-- Versions of NuGet packages. These need to match the versions in nuget-common/packages.config -->
<ChorusNugetVersion>5.2.0-beta0003</ChorusNugetVersion>
<PalasoNugetVersion>15.0.0-beta0117</PalasoNugetVersion>
<ChorusNugetVersion>6.0.0-beta0063</ChorusNugetVersion>
<PalasoNugetVersion>17.0.0-beta0072</PalasoNugetVersion>
<ParatextNugetVersion>9.4.0.1-beta</ParatextNugetVersion>
<LcmNugetVersion>11.0.0-beta0136</LcmNugetVersion>
<LcmNugetVersion>11.0.0-beta0140</LcmNugetVersion>
<IcuNugetVersion>70.1.123</IcuNugetVersion>
<HermitCrabNugetVersion>3.7.4</HermitCrabNugetVersion>
<IPCFrameworkVersion>1.1.1-beta0001</IPCFrameworkVersion>
Expand Down Expand Up @@ -275,6 +275,7 @@
<PalasoFiles Include="SIL.Lexicon.dll"/>
<PalasoFiles Include="SIL.TestUtilities.dll"/>
<PalasoFiles Include="L10NSharp.dll"/>
<PalasoFiles Include="L10NSharp.Windows.Forms.dll"/>
<PalasoFiles Include="Interop.WIA.dll"/>
<PalasoFiles Include="lib/win-x86/irrKlang.NET4.dll" Condition="'$(OS)'=='Windows_NT' AND '$(Platform)'!='x64'"/>
<PalasoFiles Include="lib/win-x64/irrKlang.NET4.dll" Condition="'$(OS)'=='Windows_NT' AND '$(Platform)'=='x64'"/>
Expand Down Expand Up @@ -411,17 +412,17 @@
<!-- If the build is run with /p:UsingLocalLibraryBuild use that for NoSymbols when the package comes from liblcm, libpalaso, or chorus -->
<!-- a true value will skip downloading and extracting the .pdb files from the nuget server. -->
<!-- If this is used with buildLocalLibraries.sh you should end up with locally built .pdb files -->
<SILNugetPackages Include="SIL.LCModel"><Version>$(LcmNugetVersion)</Version><Path>lib/net461/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.LCModel"><Version>$(LcmNugetVersion)</Version><Path>lib/net462/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.LCModel"><Version>$(LcmNugetVersion)</Version><Path>contentFiles/**/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.LCModel.Build.Tasks"><Version>$(LcmNugetVersion)</Version><Path>tools/net461/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.LCModel.Core"><Version>$(LcmNugetVersion)</Version><Path>lib/net461/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.LCModel.Build.Tasks"><Version>$(LcmNugetVersion)</Version><Path>tools/net462/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.LCModel.Core"><Version>$(LcmNugetVersion)</Version><Path>lib/net462/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.LCModel.Core"><Version>$(LcmNugetVersion)</Version><Path>contentFiles/**/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.LCModel.Core.Tests"><Version>$(LcmNugetVersion)</Version><Path>lib/net461/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.LCModel.FixData"><Version>$(LcmNugetVersion)</Version><Path>lib/net461/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.LCModel.Utils"><Version>$(LcmNugetVersion)</Version><Path>lib/net461/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.LCModel.Utils.Tests"><Version>$(LcmNugetVersion)</Version><Path>lib/net461/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.LCModel.Tests"><Version>$(LcmNugetVersion)</Version><Path>lib/net461/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.LCModel.Tools"><Version>$(LcmNugetVersion)</Version><Path>lib/net461/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.LCModel.Core.Tests"><Version>$(LcmNugetVersion)</Version><Path>lib/net462/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.LCModel.FixData"><Version>$(LcmNugetVersion)</Version><Path>lib/net462/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.LCModel.Utils"><Version>$(LcmNugetVersion)</Version><Path>lib/net462/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.LCModel.Utils.Tests"><Version>$(LcmNugetVersion)</Version><Path>lib/net462/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.LCModel.Tests"><Version>$(LcmNugetVersion)</Version><Path>lib/net462/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.LCModel.Tools"><Version>$(LcmNugetVersion)</Version><Path>lib/net462/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="CommonServiceLocator"><Version>2.0.7</Version><Path>lib/net46/*.*</Path><NoSymbols>true</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="WeCantSpell.Hunspell"><Version>6.0.0</Version><Path>lib/netstandard2.0/*.*</Path><NoSymbols>true</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="protobuf-net"><Version>2.4.6</Version><Path>lib/net40/*.*</Path><NoSymbols>true</NoSymbols></SILNugetPackages>
Expand Down Expand Up @@ -456,17 +457,19 @@
<SILNugetPackages Include="System.Drawing.Common"><Version>9.0.0</Version><Path>lib/net462/*.*</Path><NoSymbols>true</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="System.Memory"><Version>4.5.4</Version><Path>lib/net461/*.*</Path><NoSymbols>true</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="System.Resources.Extensions"><Version>4.6.0</Version><Path>lib/netstandard2.0/*.*</Path><NoSymbols>true</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="L10NSharp"><Version>7.0.0</Version><Path>lib/net461/*.*</Path></SILNugetPackages>
<SILNugetPackages Include="L10NSharp"><Version>9.0.0-beta0001</Version><Path>lib/net461/*.*</Path></SILNugetPackages>
<SILNugetPackages Include="L10NSharp.Windows.Forms"><Version>9.0.0-beta0001</Version><Path>lib/net461/*.*</Path></SILNugetPackages>
<SILNugetPackages Include="Enchant.Net"><Version>1.4.3-beta0010</Version><Path>lib/net461/*.*</Path></SILNugetPackages>
<SILNugetPackages Include="Enchant.Net"><Version>1.4.3-beta0010</Version><Path>contentFiles/any/any/*.*</Path><NoSymbols>true</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="NDesk.DBus"><Version>0.15.0</Version><Path>lib/*.*</Path><NoSymbols>true</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="Spart"><Version>1.0.0</Version><Path>lib/net461/*.*</Path><NoSymbols>true</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="TagLibSharp"><Version>2.2.0</Version><Path>lib/net45/*.*</Path><NoSymbols>true</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="Tenuto"><Version>1.0.0.39</Version><Path>lib/net461/*.*</Path><NoSymbols>true</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="relaxngDatatype"><Version>1.0.0.39</Version><Path>lib/net461/*.*</Path><NoSymbols>true</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="KeymanLegacyBundle"><Version>1.0.0</Version><Path>lib/*.*</Path><NoSymbols>true</NoSymbols></SILNugetPackages>
<!-- Chorus and related packages -->
<SILNugetPackages Include="SIL.Chorus.LibChorus"><Version>$(ChorusNugetVersion)</Version><Path>lib/net461/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.Chorus.App"><Version>$(ChorusNugetVersion)</Version><Path>lib/net461/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.Chorus.LibChorus"><Version>$(ChorusNugetVersion)</Version><Path>lib/net462/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.Chorus.App"><Version>$(ChorusNugetVersion)</Version><Path>lib/net462/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="Autofac"><Version>4.9.4</Version><Path>lib/net45/*.*</Path><NoSymbols>true</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="Vulcan.Uczniowie.HelpProvider"><Version>1.0.16</Version><Path>lib/net461/*.*</Path></SILNugetPackages>
<!-- HermitCrab and related packages -->
Expand Down Expand Up @@ -588,7 +591,7 @@
<NuGottenFiles Include="$(PackagesDir)/NAudio.Lame.1.1.5/lib/netstandard2.0/NAudio.Lame.dll"/>
<NuGottenFiles Include="$(PackagesDir)/NAudio.Lame.1.1.5/build/libmp3lame.32.dll" Condition="'$(OS)'=='Windows_NT' AND '$(arch)'!='x64'"/>
<NuGottenFiles Include="$(PackagesDir)/NAudio.Lame.1.1.5/build/libmp3lame.64.dll" Condition="'$(OS)'=='Windows_NT' AND '$(arch)'=='x64'"/>
<NuGottenFiles Include="$(PackagesDir)/Newtonsoft.Json.13.0.2/lib/net45/Newtonsoft.Json.dll"/>
<NuGottenFiles Include="$(PackagesDir)/Newtonsoft.Json.13.0.3/lib/net45/Newtonsoft.Json.dll"/>
<NuGottenFiles Include="$(PackagesDir)/ParatextData.$(ParatextNugetVersion)/lib/netstandard2.0/Paratext.LexicalContracts.dll" />
<NuGottenFiles Include="$(PackagesDir)/ParatextData.$(ParatextNugetVersion)/lib/netstandard2.0/Paratext.LexicalContractsV2.dll" />
<NuGottenFiles Include="$(PackagesDir)/ParatextData.$(ParatextNugetVersion)/lib/netstandard2.0/ParatextData.dll"/>
Expand Down
60 changes: 31 additions & 29 deletions Build/nuget-common/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
<package id="icu.net" version="3.0.0-beta.297" exclude="Build,Analyzers" targetFramework="netstandard2.0" />
<package id="Icu4c.Win.Fw.Lib" version="70.1.123" />
<package id="ILRepack" version="2.0.16" targetFramework="net461" />
<package id="L10NSharp" version="7.0.0" />
<package id="KeymanLegacyBundle" version="1.0.0" />
<package id="L10NSharp" version="9.0.0-beta0001" />
<package id="L10NSharp.Windows.Forms" version="9.0.0-beta0001" />
<package id="Markdig.Signed" version="0.30.0" targetFramework="net461" />
<package id="Microsoft.Extensions.DependencyModel" version="2.0.4" targetFramework="net461" />
<package id="mixpanel-csharp" version="6.0.0" targetFramework="net461" />
Expand All @@ -29,7 +31,7 @@
<package id="NAudio.Lame" version="1.1.5" targetFramework="net461" />
<package id="NAudio" version="1.10.0" targetFramework="net461" />
<package id="NDesk.DBus" version="0.15.0" targetFramework="net461" />
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net461" />
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net45" />
<package id="NUnit" version="3.13.3" targetFramework="net45" />
<package id="NUnit.ConsoleRunner" version="3.12.0" targetFramework="net40" />
<package id="NUnit.Extension.NUnitV2ResultWriter" version="3.7.0" />
Expand All @@ -38,43 +40,43 @@
<package id="protobuf-net" version="2.4.6" exclude="Build,Analyzers" />
<package id="Sandwych.QuickGraph.Core" version="1.0.0" />
<package id="SharpZipLib" version="1.4.0" exclude="Build,Analyzers" />
<package id="SIL.Archiving" version="15.0.0-beta0117" targetFramework="net461" />
<package id="SIL.Archiving" version="17.0.0-beta0072" targetFramework="net462" />
<package id="SIL.BuildTasks" version="2.6.0-beta0008" />
<package id="SIL.Chorus.App" version="5.2.0-beta0003" targetFramework="net461" />
<package id="SIL.Chorus.App" version="6.0.0-beta0063" targetFramework="net462" />
<package id="SIL.IdlImporter" version="4.0.0-beta0052" targetFramework="net8" />
<package id="SIL.Chorus.l10ns" version="3.0.1" targetFramework="net461" />
<package id="SIL.Chorus.LibChorus" version="5.2.0-beta0003" targetFramework="net461" />
<package id="SIL.Core.Desktop" version="15.0.0-beta0117" targetFramework="net461" />
<package id="SIL.Chorus.l10ns" version="3.0.1" targetFramework="net462" />
<package id="SIL.Chorus.LibChorus" version="6.0.0-beta0063" targetFramework="net462" />
<package id="SIL.Core.Desktop" version="17.0.0-beta0072" targetFramework="net462" />
<!-- A few SIL.* packages version 8.1.0-beta0035 are dependencies of ParatextData -->
<package id="SIL.Core" version="15.0.0-beta0117" targetFramework="net461" />
<package id="SIL.Core" version="17.0.0-beta0072" targetFramework="net462" />
<package id="SIL.Core" version="8.1.0-beta0035" targetFramework="net461" />
<package id="SIL.DesktopAnalytics" version="4.0.0" targetFramework="net461" />
<package id="SIL.FLExBridge.IPCFramework" version="1.1.1-beta0001" targetFramework="net461" />
<package id="SIL.LCModel.Build.Tasks" version="11.0.0-beta0136" targetFramework="net461" />
<package id="SIL.LCModel.Core.Tests" version="11.0.0-beta0136" targetFramework="net461" />
<package id="SIL.LCModel.Core" version="11.0.0-beta0136" targetFramework="net461" />
<package id="SIL.LCModel.FixData" version="11.0.0-beta0136" targetFramework="net461" />
<package id="SIL.LCModel.Tests" version="11.0.0-beta0136" targetFramework="net461" />
<package id="SIL.LCModel.Tools" version="11.0.0-beta0136" targetFramework="net461" />
<package id="SIL.LCModel.Utils.Tests" version="11.0.0-beta0136" targetFramework="net461" />
<package id="SIL.LCModel.Utils" version="11.0.0-beta0136" targetFramework="net461" />
<package id="SIL.LCModel" version="11.0.0-beta0136" targetFramework="net461" />
<package id="SIL.Lexicon" version="15.0.0-beta0117" targetFramework="net462" />
<package id="SIL.LCModel.Build.Tasks" version="11.0.0-beta0140" targetFramework="net462" />
<package id="SIL.LCModel.Core.Tests" version="11.0.0-beta0140" targetFramework="net462" />
<package id="SIL.LCModel.Core" version="11.0.0-beta0140" targetFramework="net462" />
<package id="SIL.LCModel.FixData" version="11.0.0-beta0140" targetFramework="net462" />
<package id="SIL.LCModel.Tests" version="11.0.0-beta0140" targetFramework="net462" />
<package id="SIL.LCModel.Tools" version="11.0.0-beta0140" targetFramework="net462" />
<package id="SIL.LCModel.Utils.Tests" version="11.0.0-beta0140" targetFramework="net462" />
<package id="SIL.LCModel.Utils" version="11.0.0-beta0140" targetFramework="net462" />
<package id="SIL.LCModel" version="11.0.0-beta0140" targetFramework="net462" />
<package id="SIL.Lexicon" version="17.0.0-beta0072" targetFramework="net462" />
<package id="SIL.libpalaso.l10ns" version="6.0.0" targetFramework="net461" />
<package id="SIL.Lift" version="15.0.0-beta0117" targetFramework="net462" />
<package id="SIL.Media" version="15.0.0-beta0117" targetFramework="net462" />
<package id="SIL.Lift" version="17.0.0-beta0072" targetFramework="net462" />
<package id="SIL.Media" version="17.0.0-beta0072" targetFramework="net462" />
<package id="SIL.Machine" version="3.7.4" targetFramework="netstandard2.0" />
<package id="SIL.Machine.Morphology.HermitCrab" version="3.7.4" targetFramework="netstandard2.0" />
<package id="SIL.ParatextShared" version="7.4.0.1" targetFramework="net40" /> <!-- REVIEW (Hasso) 2023.05: do we still integrate with PT 7? -->
<package id="SIL.Scripture" version="15.0.0-beta0117" targetFramework="net461" />
<package id="SIL.TestUtilities" version="15.0.0-beta0117" targetFramework="net461" />
<package id="SIL.Windows.Forms.Archiving" version="15.0.0-beta0117" targetFramework="net461" />
<package id="SIL.Windows.Forms.GeckoBrowserAdapter" version="15.0.0-beta0117" targetFramework="net461" />
<package id="SIL.Windows.Forms.Keyboarding" version="15.0.0-beta0117" targetFramework="net461" />
<package id="SIL.Windows.Forms.WritingSystems" version="15.0.0-beta0117" targetFramework="net461" />
<package id="SIL.Windows.Forms" version="15.0.0-beta0117" targetFramework="net461" />
<package id="SIL.WritingSystems.Tests" version="15.0.0-beta0117" targetFramework="net461" />
<package id="SIL.WritingSystems" version="15.0.0-beta0117" targetFramework="net461" />
<package id="SIL.Scripture" version="17.0.0-beta0072" targetFramework="net462" />
<package id="SIL.TestUtilities" version="17.0.0-beta0072" targetFramework="net462" />
<package id="SIL.Windows.Forms.Archiving" version="17.0.0-beta0072" targetFramework="net462" />
<package id="SIL.Windows.Forms.GeckoBrowserAdapter" version="17.0.0-beta0072" targetFramework="net462" />
<package id="SIL.Windows.Forms.Keyboarding" version="17.0.0-beta0072" targetFramework="net462" />
<package id="SIL.Windows.Forms.WritingSystems" version="17.0.0-beta0072" targetFramework="net462" />
<package id="SIL.Windows.Forms" version="17.0.0-beta0072" targetFramework="net462" />
<package id="SIL.WritingSystems.Tests" version="17.0.0-beta0072" targetFramework="net462" />
<package id="SIL.WritingSystems" version="17.0.0-beta0072" targetFramework="net462" />
<package id="Spart" version="1.0.0" targetFramework="net461" />
<package id="structuremap.patched" version="4.7.3" exclude="Build,Analyzers" />
<package id="System.Buffers" version="4.6.0" />
Expand Down
14 changes: 5 additions & 9 deletions Src/AppForTests.config
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@
<assemblyIdentity name="System.Drawing.Common" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="9.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="nunit.framework" publicKeyToken="2638cd05610744eb" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.13.3.0" newVersion="3.13.3.0" />
Expand All @@ -50,27 +46,27 @@ Comment out the following section when the ParatextData and FieldWorks versions
<dependentAssembly>
<assemblyIdentity name="SIL.Core" publicKeyToken="cab3c8c5232dfcf2" culture="neutral" />
<!-- Until Chorus starts using libpalaso 13.0.0.0 -->
<bindingRedirect oldVersion="0.0.0.0-15.0.0.0" newVersion="15.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-17.0.0.0" newVersion="17.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="SIL.Lexicon" publicKeyToken="cab3c8c5232dfcf2" culture="neutral" />
<!-- Until Chorus starts using libpalaso 13.0.0.0 -->
<bindingRedirect oldVersion="0.0.0.0-15.0.0.0" newVersion="15.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-17.0.0.0" newVersion="17.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="SIL.Scripture" publicKeyToken="cab3c8c5232dfcf2" culture="neutral" />
<!-- Until Chorus starts using libpalaso 13.0.0.0 -->
<bindingRedirect oldVersion="0.0.0.0-15.0.0.0" newVersion="15.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-17.0.0.0" newVersion="17.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="SIL.TestUtilities" publicKeyToken="cab3c8c5232dfcf2" culture="neutral" />
<!-- Until Chorus starts using libpalaso 13.0.0.0 -->
<bindingRedirect oldVersion="0.0.0.0-15.0.0.0" newVersion="15.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-17.0.0.0" newVersion="17.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="SIL.WritingSystems" publicKeyToken="cab3c8c5232dfcf2" culture="neutral" />
<!-- Until Chorus starts using libpalaso 13.0.0.0 -->
<bindingRedirect oldVersion="0.0.0.0-15.0.0.0" newVersion="15.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-17.0.0.0" newVersion="17.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand Down
Loading
Loading