about summary refs log tree commit diff
path: root/MatrixRoomUtils.Desktop/MatrixRoomUtils.Desktop.csproj
diff options
context:
space:
mode:
authorEmma@Rory& <root@rory.gay>2023-09-15 09:55:36 +0200
committerEmma@Rory& <root@rory.gay>2023-09-15 09:55:36 +0200
commite10fa389ce3c4d42deadfec8bf08c2fbb1a88d79 (patch)
tree1e2f8d8de07c6037ac4aa20be3b54ac43c2d7f2e /MatrixRoomUtils.Desktop/MatrixRoomUtils.Desktop.csproj
parentCode cleanup (diff)
downloadMatrixUtils-e10fa389ce3c4d42deadfec8bf08c2fbb1a88d79.tar.xz
Refactors
Diffstat (limited to 'MatrixRoomUtils.Desktop/MatrixRoomUtils.Desktop.csproj')
-rw-r--r--MatrixRoomUtils.Desktop/MatrixRoomUtils.Desktop.csproj13
1 files changed, 6 insertions, 7 deletions
diff --git a/MatrixRoomUtils.Desktop/MatrixRoomUtils.Desktop.csproj b/MatrixRoomUtils.Desktop/MatrixRoomUtils.Desktop.csproj

index 4dc9558..d21b5fe 100644 --- a/MatrixRoomUtils.Desktop/MatrixRoomUtils.Desktop.csproj +++ b/MatrixRoomUtils.Desktop/MatrixRoomUtils.Desktop.csproj
@@ -20,13 +20,13 @@ <ItemGroup> - <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" /> + <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" /> <!--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.3" /> - <PackageReference Include="Sentry" Version="3.35.0" /> + <PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.4" /> + <PackageReference Include="Sentry" Version="3.36.0" /> </ItemGroup> @@ -35,7 +35,6 @@ </ItemGroup> <ItemGroup> - <PackageReference Include="ArcaneLibs" Version="1.0.0-preview3020494760.012ed3f" /> <PackageReference Include="Avalonia.Xaml.Behaviors" Version="11.0.2" /> <PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" /> </ItemGroup>