Skip to content

Commit

Permalink
Bump SIL.Core.Desktop and SIL.Core in /Backend.Tests
Browse files Browse the repository at this point in the history
Bumps [SIL.Core.Desktop](https://github.com/sillsdev/libpalaso) and [SIL.Core](https://github.com/sillsdev/libpalaso). These dependencies needed to be updated together.

Updates `SIL.Core.Desktop` from 14.0.0 to 14.1.1
- [Release notes](https://github.com/sillsdev/libpalaso/releases)
- [Changelog](https://github.com/sillsdev/libpalaso/blob/master/CHANGELOG.md)
- [Commits](sillsdev/libpalaso@v14.0.0...v14.1.1)

Updates `SIL.Core` from 14.0.0 to 14.1.1
- [Release notes](https://github.com/sillsdev/libpalaso/releases)
- [Changelog](https://github.com/sillsdev/libpalaso/blob/master/CHANGELOG.md)
- [Commits](sillsdev/libpalaso@v14.0.0...v14.1.1)

---
updated-dependencies:
- dependency-name: SIL.Core.Desktop
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: SIL.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 1, 2024
1 parent 355efb0 commit f70ed0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Backend/BackendFramework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<!-- SIL Maintained Dependencies. -->
<PackageReference Include="icu.net" Version="2.9.0" />
<PackageReference Include="Icu4c.Win.Full.Lib" Version="62.2.1-beta" />
<PackageReference Include="SIL.Core" Version="14.0.0" />
<PackageReference Include="SIL.Core.Desktop" Version="14.0.0">
<PackageReference Include="SIL.Core" Version="14.1.1" />
<PackageReference Include="SIL.Core.Desktop" Version="14.1.1">
<NoWarn>NU1701</NoWarn>
</PackageReference>
<PackageReference Include="SIL.DictionaryServices" Version="13.0.1">
Expand Down

0 comments on commit f70ed0c

Please sign in to comment.