Skip to content

Commit

Permalink
chore(deps): bump Avalonia.Desktop and Avalonia
Browse files Browse the repository at this point in the history
Bumps [Avalonia.Desktop](https://github.com/AvaloniaUI/Avalonia) and [Avalonia](https://github.com/AvaloniaUI/Avalonia). These dependencies needed to be updated together.

Updates `Avalonia.Desktop` from 11.0.5 to 11.0.9
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.0.5...11.0.9)

Updates `Avalonia` from 11.0.6 to 11.0.9
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.0.6...11.0.9)

---
updated-dependencies:
- dependency-name: Avalonia.Desktop
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Avalonia
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent bdc9d24 commit 555b18e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Chief.App/Chief.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@


<ItemGroup>
<PackageReference Include="Avalonia" Version="11.0.6"/>
<PackageReference Include="Avalonia.Desktop" Version="11.0.5"/>
<PackageReference Include="Avalonia" Version="11.0.9"/>
<PackageReference Include="Avalonia.Desktop" Version="11.0.9"/>
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.5"/>
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.0.5"/>
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
Expand Down

0 comments on commit 555b18e

Please sign in to comment.