Skip to content

Commit

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

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

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

---
updated-dependencies:
- dependency-name: Avalonia.Diagnostics
  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 Jan 22, 2024
1 parent bdc9d24 commit e92f915
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,12 +16,12 @@


<ItemGroup>
<PackageReference Include="Avalonia" Version="11.0.6"/>
<PackageReference Include="Avalonia" Version="11.0.7"/>
<PackageReference Include="Avalonia.Desktop" Version="11.0.5"/>
<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.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.5"/>
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.7"/>
<PackageReference Include="Avalonia.ReactiveUI" Version="11.0.5"/>
<PackageReference Include="FluentAvaloniaUI" Version="2.0.4" />
<PackageReference Include="FluentIcons.FluentAvalonia" Version="1.1.224" />
Expand Down

0 comments on commit e92f915

Please sign in to comment.