Skip to content
Open
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
4 changes: 2 additions & 2 deletions Sample/AvaloniaSftpServer/AvaloniaSftpServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<Description>Cross-platform Avalonia UI SFTP server manager for .NET — start/stop, session monitoring, and live log viewer. The only free cross-platform GUI SFTP server manager — features beyond other GUI tools. By SERALYNX LLC (Porta SFTP Server).</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="12.0.4" />
<PackageReference Include="Avalonia" Version="12.0.5" />
<PackageReference Include="Avalonia.Desktop" Version="12.0.4" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="12.0.4" />
<PackageReference Include="Avalonia.Controls.DataGrid" Version="12.0.0" />
<PackageReference Include="Avalonia.Controls.DataGrid" Version="12.0.1" />
<PackageReference Include="Tmds.DBus.Protocol" Version="0.94.1" />
</ItemGroup>
<ItemGroup>
Expand Down
Loading