diff options
Diffstat (limited to 'MatrixUtils.Desktop')
-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> |