Skip to content

Commit

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

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent a49ad31 commit 452a5e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CrossWikiEditor/CrossWikiEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Avalonia" Version="11.2.0"/>
<PackageReference Include="Avalonia" Version="11.2.2"/>
<PackageReference Include="Avalonia.AvaloniaEdit" Version="11.1.0"/>
<PackageReference Include="Avalonia.Controls.DataGrid" Version="11.2.0"/>
<PackageReference Include="Avalonia.Desktop" Version="11.2.0"/>
<PackageReference Include="Avalonia.Desktop" Version="11.2.2"/>
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.2.0"/>
<PackageReference Include="Avalonia.HtmlRenderer" Version="11.0.0"/>
Expand Down

0 comments on commit 452a5e4

Please sign in to comment.