Skip to content

Commit

Permalink
UI: Update to Avalonia 11.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SourMesen committed Aug 17, 2023
1 parent bebcdcd commit 9f7b023
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions UI/UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@
<None Remove="Utilities\DipSwitchDefinitions.xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="11.0.0" />
<PackageReference Include="Avalonia.AvaloniaEdit" Version="11.0.0" />
<PackageReference Include="Avalonia.Desktop" Version="11.0.0" />
<PackageReference Include="Avalonia.Diagnostics" Version="11.0.0" />
<PackageReference Include="Avalonia.ReactiveUI" Version="11.0.0" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.0" />
<PackageReference Include="Avalonia" Version="11.0.3" />
<PackageReference Include="Avalonia.AvaloniaEdit" Version="11.0.1" />
<PackageReference Include="Avalonia.Desktop" Version="11.0.3" />
<PackageReference Include="Avalonia.Diagnostics" Version="11.0.3" />
<PackageReference Include="Avalonia.ReactiveUI" Version="11.0.3" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.3" />
<PackageReference Include="Dock.Avalonia" Version="11.0.0" />
<PackageReference Include="Dock.Model.Mvvm" Version="11.0.0" />
<PackageReference Include="Dotnet.Bundle" Version="*" />
Expand Down

0 comments on commit 9f7b023

Please sign in to comment.