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 93eaacf..012f74b 100644 --- a/MatrixRoomUtils.Desktop/MatrixRoomUtils.Desktop.csproj +++ b/MatrixRoomUtils.Desktop/MatrixRoomUtils.Desktop.csproj @@ -20,12 +20,12 @@ <ItemGroup> - <PackageReference Include="Avalonia" Version="11.0.4" /> - <PackageReference Include="Avalonia.Desktop" Version="11.0.4" /> - <PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.4" /> - <PackageReference Include="Avalonia.Fonts.Inter" Version="11.0.4" /> + <PackageReference Include="Avalonia" Version="11.0.5" /> + <PackageReference Include="Avalonia.Desktop" Version="11.0.5" /> + <PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.5" /> + <PackageReference Include="Avalonia.Fonts.Inter" Version="11.0.5" /> <!--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.4" /> + <PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.5" /> <PackageReference Include="Sentry" Version="3.36.0" /> </ItemGroup> @@ -35,8 +35,8 @@ </ItemGroup> <ItemGroup> - <PackageReference Include="Avalonia.Xaml.Behaviors" Version="11.0.2" /> - <PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" /> + <PackageReference Include="Avalonia.Xaml.Behaviors" Version="11.0.5" /> + <PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" /> </ItemGroup> <ItemGroup> <Content Include="appsettings*.json"> |