Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/RemoteClient.Linux/RemoteClient.Linux.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Avalonia" Version="11.2.3" />
<PackageReference Include="Avalonia.Desktop" Version="11.2.3" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.2.3" />
<PackageReference Include="Avalonia.Controls.DataGrid" Version="11.2.3" />
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.2.3" />
<PackageReference Include="Avalonia" Version="12.0.5" />
<PackageReference Include="Avalonia.Desktop" Version="12.0.5" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="12.0.5" />
<PackageReference Include="Avalonia.Controls.DataGrid" Version="12.0.1" />
<PackageReference Include="Avalonia.Fonts.Inter" Version="12.0.5" />
<!-- Pin Avalonia's transitive Tmds.DBus.Protocol to the 0.21-line security patch to clear NU1903
(GHSA-xrw6-gwf8-vvr9; patched in 0.21.3). Staying on 0.21.x keeps Avalonia 11.2 compatibility. -->
<PackageReference Include="Tmds.DBus.Protocol" Version="0.21.3" />
<PackageReference Include="Tmds.DBus.Protocol" Version="0.94.2" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading