aboutsummaryrefslogtreecommitdiff
path: root/Directory.Packages.props
diff options
context:
space:
mode:
authorsunshineinabox <aqemail@gmail.com>2024-02-08 10:34:48 -0800
committerGitHub <noreply@github.com>2024-02-08 19:34:48 +0100
commit459efd0db7ac64a408860a1a94d9244753fb808e (patch)
tree98bce972122a56dc680d1e3bef6d5df35d989c7a /Directory.Packages.props
parent8bb7a3fc977db964b33645166e733b4b29259cb9 (diff)
Replace Flex Panels in favor of Wrap Panels for Avalonia (#6267)1.1.1166
* Switch from using Flex panel to a Wrap panel for Grid view. This allows keyboard navigation. * Stop using Flex panel in favor of Avalonia Wrap Panel.
Diffstat (limited to 'Directory.Packages.props')
-rw-r--r--Directory.Packages.props3
1 files changed, 1 insertions, 2 deletions
diff --git a/Directory.Packages.props b/Directory.Packages.props
index e45ffcca..bea91391 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -17,7 +17,6 @@
<PackageVersion Include="FluentAvaloniaUI" Version="2.0.5" />
<PackageVersion Include="GtkSharp.Dependencies" Version="1.1.1" />
<PackageVersion Include="GtkSharp.Dependencies.osx" Version="0.0.5" />
- <PackageVersion Include="jp2masa.Avalonia.Flexbox" Version="0.3.0-beta.4" />
<PackageVersion Include="LibHac" Version="0.19.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
@@ -51,4 +50,4 @@
<PackageVersion Include="System.Management" Version="8.0.0" />
<PackageVersion Include="UnicornEngine.Unicorn" Version="2.0.2-rc1-fb78016" />
</ItemGroup>
-</Project> \ No newline at end of file
+</Project>