Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LT-21760: Update LCM version #79

Merged
merged 2 commits into from
Jun 14, 2024
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
8 changes: 4 additions & 4 deletions Build/mkall.targets
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
<ChorusNugetVersion>5.2.0-beta0003</ChorusNugetVersion>
<PalasoNugetVersion>13.0.0-beta0076</PalasoNugetVersion>
<ParatextNugetVersion>9.4.0.1-beta</ParatextNugetVersion>
<LcmNugetVersion>11.0.0-beta0092</LcmNugetVersion>
<LcmNugetVersion>11.0.0-beta0095</LcmNugetVersion>
<IcuNugetVersion>70.1.123</IcuNugetVersion>
<HermitCrabNugetVersion>2.5.13</HermitCrabNugetVersion>
<!--Todo: use PalasoBuildType, when it refers to somewhere that has the IPCFramework.-->
Expand Down Expand Up @@ -384,10 +384,7 @@
<LcmOutputBaseFiles Include="NHunspell.dll" Condition="'$(OS)'=='Windows_NT'" />
<LcmOutputBaseFiles Include="CommonServiceLocator.dll" />
<LcmOutputBaseFiles Include="protobuf-net.dll" />
<LcmOutputBaseFiles Include="Sandwych.Quickgraph.Core.dll" />
<LcmOutputBaseFiles Include="StructureMap.dll" />
<LcmOutputBaseFiles Include="SIL.Machine.dll" />
<LcmOutputBaseFiles Include="SIL.Machine.Morphology.HermitCrab.dll" />
<LcmOutputBaseFiles Include="SIL.LCModel.FixData.dll" />
<LcmOutputBaseFiles Include="SIL.LCModel.Utils.dll" />
<LcmOutputBaseFiles Include="SIL.LCModel.Utils.Tests.dll" />
Expand Down Expand Up @@ -563,6 +560,9 @@
<!-- xBuild and MsBuild generate different case artifacts off the same solution file. (sigh) -->
<DownloadedFiles Include="$(DownloadsDir)/$(ExCss).dll"/>
<DownloadedFiles Include="$(DownloadsDir)/$(ExCss).$(DebugInfo)"/>
<DownloadedFiles Include="$(DownloadsDir)/Sandwych.Quickgraph.Core.dll" />
<DownloadedFiles Include="$(DownloadsDir)/SIL.Machine.dll" />
<DownloadedFiles Include="$(DownloadsDir)/SIL.Machine.Morphology.HermitCrab.dll" />
</ItemGroup>

<Target Name="CopyDlls" DependsOnTargets="downloadDlls;copyLibL10ns">
Expand Down
18 changes: 9 additions & 9 deletions Build/nuget-common/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@
<package id="SIL.Core" version="8.1.0-beta0035" targetFramework="net461" />
<package id="SIL.Core" version="13.0.0-beta0076" targetFramework="net461" />
<package id="SIL.DesktopAnalytics" version="4.0.0" targetFramework="net461" />
<package id="SIL.LCModel.Build.Tasks" version="11.0.0-beta0092" targetFramework="net461" />
<package id="SIL.LCModel.Core.Tests" version="11.0.0-beta0092" targetFramework="net461" />
<package id="SIL.LCModel.Core" version="11.0.0-beta0092" targetFramework="net461" />
<package id="SIL.LCModel.FixData" version="11.0.0-beta0092" targetFramework="net461" />
<package id="SIL.LCModel.Tests" version="11.0.0-beta0092" targetFramework="net461" />
<package id="SIL.LCModel.Tools" version="11.0.0-beta0092" targetFramework="net461" />
<package id="SIL.LCModel.Utils.Tests" version="11.0.0-beta0092" targetFramework="net461" />
<package id="SIL.LCModel.Utils" version="11.0.0-beta0092" targetFramework="net461" />
<package id="SIL.LCModel" version="11.0.0-beta0092" targetFramework="net461" />
<package id="SIL.LCModel.Build.Tasks" version="11.0.0-beta0095" targetFramework="net461" />
<package id="SIL.LCModel.Core.Tests" version="11.0.0-beta0095" targetFramework="net461" />
<package id="SIL.LCModel.Core" version="11.0.0-beta0095" targetFramework="net461" />
<package id="SIL.LCModel.FixData" version="11.0.0-beta0095" targetFramework="net461" />
<package id="SIL.LCModel.Tests" version="11.0.0-beta0095" targetFramework="net461" />
<package id="SIL.LCModel.Tools" version="11.0.0-beta0095" targetFramework="net461" />
<package id="SIL.LCModel.Utils.Tests" version="11.0.0-beta0095" targetFramework="net461" />
<package id="SIL.LCModel.Utils" version="11.0.0-beta0095" targetFramework="net461" />
<package id="SIL.LCModel" version="11.0.0-beta0095" targetFramework="net461" />
<package id="SIL.Lexicon" version="13.0.0-beta0076" targetFramework="net461" />
<package id="SIL.libpalaso.l10ns" version="6.0.0" targetFramework="net461" />
<package id="SIL.Lift" version="13.0.0-beta0076" targetFramework="net461" />
Expand Down
Loading