diff options
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> |