Skip to content

Commit

Permalink
Bump the avaloniaui group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the avaloniaui group with 2 updates in the / directory: [Avalonia](https://github.com/AvaloniaUI/Avalonia) and [Avalonia.Headless.XUnit](https://github.com/AvaloniaUI/Avalonia).


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

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

---
updated-dependencies:
- dependency-name: Avalonia
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: avaloniaui
- dependency-name: Avalonia.Headless.XUnit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: avaloniaui
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and YohDeadfall committed Dec 13, 2024
1 parent 148c4c1 commit 5cd89b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Kinetic.Avalonia/Kinetic.Avalonia.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\Kinetic\Kinetic.csproj" />
<PackageReference Include="Avalonia" Version="11.1.3" />
<PackageReference Include="Avalonia" Version="11.2.2" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions test/Kinetic.Avalonia.Tests/Kinetic.Avalonia.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\..\src\Kinetic.Avalonia\Kinetic.Avalonia.csproj" />
<PackageReference Include="Avalonia.Headless.XUnit" Version="11.1.3" />
<PackageReference Include="Avalonia.Themes.Simple" Version="11.1.3" />
<PackageReference Include="Avalonia.Headless.XUnit" Version="11.2.2" />
<PackageReference Include="Avalonia.Themes.Simple" Version="11.2.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
Expand Down

0 comments on commit 5cd89b1

Please sign in to comment.