Skip to content

Commit

Permalink
chore(deps): bump Avalonia.ReactiveUI from 11.0.5 to 11.0.6
Browse files Browse the repository at this point in the history
Bumps [Avalonia.ReactiveUI](https://github.com/AvaloniaUI/Avalonia) from 11.0.5 to 11.0.6.
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.0.5...11.0.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent bdc9d24 commit 1534fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Chief.App/Chief.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<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 Include="Avalonia.ReactiveUI" Version="11.0.5"/>
<PackageReference Include="Avalonia.ReactiveUI" Version="11.0.6"/>
<PackageReference Include="FluentAvaloniaUI" Version="2.0.4" />
<PackageReference Include="FluentIcons.FluentAvalonia" Version="1.1.224" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0"/>
Expand Down

0 comments on commit 1534fb6

Please sign in to comment.