Skip to content

Commit

Permalink
UI: Change Avalonia build to nightly containing the AOT deadlock fix …
Browse files Browse the repository at this point in the history
…(instead of the PR build)
  • Loading branch information
SourMesen committed Dec 29, 2024
1 parent 21f1f62 commit 43afe79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions UI/UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@
<TrimmerRootAssembly Include="Dock.Settings" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="11.3.999-cibuild0054043-alpha" />
<PackageReference Include="Avalonia" Version="11.3.999-cibuild0054047-alpha" />
<PackageReference Include="Avalonia.AvaloniaEdit" Version="11.1.0" />
<PackageReference Include="Avalonia.Desktop" Version="11.3.999-cibuild0054043-alpha" />
<PackageReference Include="Avalonia.Desktop" Version="11.3.999-cibuild0054047-alpha" />
<PackageReference Include="Avalonia.Controls.ColorPicker" Version="11.2.3" />
<PackageReference Include="Avalonia.Diagnostics" Version="11.2.3" Condition="'$(OptimizeUi)'!='true'" />
<PackageReference Include="Avalonia.ReactiveUI" Version="11.2.3" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.3.999-cibuild0054043-alpha" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.3.999-cibuild0054047-alpha" />
<PackageReference Include="Dock.Avalonia" Version="11.2.0" />
<PackageReference Include="Dock.Model.Mvvm" Version="11.2.0" />
<PackageReference Include="Dotnet.Bundle" Version="*" />
Expand Down

0 comments on commit 43afe79

Please sign in to comment.