Skip to content

Commit

Permalink
update LCM nuget version, fixes #964
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Jul 26, 2024
1 parent b080d55 commit dd7ad96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="Microsoft.ICU.ICU4C.Runtime" Version="72.1.0.3" />
<!-- <PackageReference Include="SIL.LCModel" Version="11.0.0-beta0083"/>-->
<!-- if you have a github personal access token, you can use this instead of the above, modify the nuget.config file to include your token-->
<PackageReference Include="SIL.LCModel" Version="11.0.0-pr0302-0101" />
<PackageReference Include="SIL.LCModel" Version="11.0.0-beta0100 " />
<PackageReference Include="structuremap.patched" Version="4.7.3" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
Expand Down
2 changes: 0 additions & 2 deletions backend/FwLite/FwLiteDesktop/FwLiteDesktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,10 @@
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
<PackageReference Include="NReco.Logging.File" Version="1.2.1" />
<PackageReference Include="SIL.LCModel" Version="11.0.0-pr0302-0101" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\LocalWebApp\LocalWebApp.csproj" />

<ProjectReference Include="..\LcmCrdt\LcmCrdt.csproj" />
<ProjectReference Include="..\MiniLcm\MiniLcm.csproj" />
</ItemGroup>
Expand Down

0 comments on commit dd7ad96

Please sign in to comment.