Skip to content

Commit

Permalink
UI: Update to latest Avalonia 11.0 nightly to fix broken menus on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
SourMesen committed Feb 29, 2024
1 parent feace26 commit f66c319
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions UI/UI.csproj
Expand Up @@ -84,13 +84,18 @@
<None Remove="Styles\StartupStyles.xaml" />
<None Remove="Utilities\DipSwitchDefinitions.xml" />
</ItemGroup>
<PropertyGroup>
<RestoreSources>
https://nuget-feed-nightly.avaloniaui.net/v3/index.json;https://api.nuget.org/v3/index.json
</RestoreSources>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="11.0.9" />
<PackageReference Include="Avalonia" Version="11.0.999-cibuild0045373-beta" />
<PackageReference Include="Avalonia.AvaloniaEdit" Version="11.0.6" />
<PackageReference Include="Avalonia.Desktop" Version="11.0.9" />
<PackageReference Include="Avalonia.Diagnostics" Version="11.0.9" />
<PackageReference Include="Avalonia.ReactiveUI" Version="11.0.9" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.9" />
<PackageReference Include="Avalonia.Desktop" Version="11.0.999-cibuild0045373-beta" />
<PackageReference Include="Avalonia.Diagnostics" Version="11.0.999-cibuild0045373-beta" />
<PackageReference Include="Avalonia.ReactiveUI" Version="11.0.999-cibuild0045373-beta" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.999-cibuild0045373-beta" />
<PackageReference Include="Dock.Avalonia" Version="11.0.0.5" />
<PackageReference Include="Dock.Model.Mvvm" Version="11.0.0.5" />
<PackageReference Include="Dotnet.Bundle" Version="*" />
Expand Down

0 comments on commit f66c319

Please sign in to comment.