diff options
author | Rory& <root@rory.gay> | 2024-06-19 23:32:59 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-06-19 23:32:59 +0200 |
commit | a3a60fda1492c600383e166a20dd5e6f52120616 (patch) | |
tree | 5d55bede056ebe8cbb298018c5d064964dbf5bb6 /MatrixUtils.Desktop/MatrixUtils.Desktop.csproj | |
parent | Organise tools somewhat, set proper icons for nav menu (diff) | |
download | MatrixUtils-a3a60fda1492c600383e166a20dd5e6f52120616.tar.xz |
Some cleanup, update libs
Diffstat (limited to 'MatrixUtils.Desktop/MatrixUtils.Desktop.csproj')
-rw-r--r-- | MatrixUtils.Desktop/MatrixUtils.Desktop.csproj | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/MatrixUtils.Desktop/MatrixUtils.Desktop.csproj b/MatrixUtils.Desktop/MatrixUtils.Desktop.csproj index f1bd2b6..ce009d5 100644 --- a/MatrixUtils.Desktop/MatrixUtils.Desktop.csproj +++ b/MatrixUtils.Desktop/MatrixUtils.Desktop.csproj @@ -20,20 +20,20 @@ <ItemGroup> - <PackageReference Include="Avalonia" Version="11.0.6" /> - <PackageReference Include="Avalonia.Desktop" Version="11.0.6" /> - <PackageReference Include="Avalonia.Fonts.Inter" Version="11.0.6" /> - <PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.6" /> + <PackageReference Include="Avalonia" Version="11.0.10" /> + <PackageReference Include="Avalonia.Desktop" Version="11.0.10" /> + <PackageReference Include="Avalonia.Fonts.Inter" Version="11.0.10" /> + <PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.10" /> <!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.--> - <PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.6" /> - <PackageReference Include="Sentry" Version="3.36.0" /> + <PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.10" /> + <PackageReference Include="Sentry" Version="4.7.0" /> </ItemGroup> <ItemGroup> - <PackageReference Include="Avalonia.Xaml.Behaviors" Version="11.0.5" /> + <PackageReference Include="Avalonia.Xaml.Behaviors" Version="11.0.10.9" /> <PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" /> </ItemGroup> <ItemGroup> |