diff options
author | Emma@Rory& <root@rory.gay> | 2023-08-14 09:32:37 +0200 |
---|---|---|
committer | Emma@Rory& <root@rory.gay> | 2023-08-14 09:32:37 +0200 |
commit | 48a6c21db718a986dac24f56f8341b842c2e1a13 (patch) | |
tree | 80817c195665e197803dbff7f11ab03ed7e24777 /MatrixRoomUtils.Desktop | |
parent | Add missing dep (diff) | |
download | MatrixUtils-48a6c21db718a986dac24f56f8341b842c2e1a13.tar.xz |
Update dependencies
Diffstat (limited to 'MatrixRoomUtils.Desktop')
-rw-r--r-- | MatrixRoomUtils.Desktop/MatrixRoomUtils.Desktop.csproj | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/MatrixRoomUtils.Desktop/MatrixRoomUtils.Desktop.csproj b/MatrixRoomUtils.Desktop/MatrixRoomUtils.Desktop.csproj index e6a8169..4dc9558 100644 --- a/MatrixRoomUtils.Desktop/MatrixRoomUtils.Desktop.csproj +++ b/MatrixRoomUtils.Desktop/MatrixRoomUtils.Desktop.csproj @@ -20,13 +20,13 @@ <ItemGroup> - <PackageReference Include="Avalonia" Version="11.0.0" /> - <PackageReference Include="Avalonia.Desktop" Version="11.0.0" /> - <PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.0" /> - <PackageReference Include="Avalonia.Fonts.Inter" Version="11.0.0" /> + <PackageReference Include="Avalonia" Version="11.0.3" /> + <PackageReference Include="Avalonia.Desktop" Version="11.0.3" /> + <PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.3" /> + <PackageReference Include="Avalonia.Fonts.Inter" Version="11.0.3" /> <!--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.0" /> - <PackageReference Include="Sentry" Version="3.34.0" /> + <PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.3" /> + <PackageReference Include="Sentry" Version="3.35.0" /> </ItemGroup> @@ -36,7 +36,7 @@ <ItemGroup> <PackageReference Include="ArcaneLibs" Version="1.0.0-preview3020494760.012ed3f" /> - <PackageReference Include="Avalonia.Xaml.Behaviors" Version="11.0.0.1" /> + <PackageReference Include="Avalonia.Xaml.Behaviors" Version="11.0.2" /> <PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" /> </ItemGroup> <ItemGroup> |