1 files changed, 9 insertions, 9 deletions
diff --git a/MatrixUtils.Desktop/MatrixUtils.Desktop.csproj b/MatrixUtils.Desktop/MatrixUtils.Desktop.csproj
index ce009d5..a7ff4b9 100644
--- a/MatrixUtils.Desktop/MatrixUtils.Desktop.csproj
+++ b/MatrixUtils.Desktop/MatrixUtils.Desktop.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
- <TargetFramework>net8.0</TargetFramework>
+ <TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<ApplicationManifest>app.manifest</ApplicationManifest>
@@ -20,21 +20,21 @@
<ItemGroup>
- <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" />
+ <PackageReference Include="Avalonia" Version="11.2.1" />
+ <PackageReference Include="Avalonia.Desktop" Version="11.2.1" />
+ <PackageReference Include="Avalonia.Fonts.Inter" Version="11.2.1" />
+ <PackageReference Include="Avalonia.Themes.Fluent" Version="11.2.1" />
<!--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.10" />
- <PackageReference Include="Sentry" Version="4.7.0" />
+ <PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.2.1" />
+ <PackageReference Include="Sentry" Version="4.13.0" />
</ItemGroup>
<ItemGroup>
- <PackageReference Include="Avalonia.Xaml.Behaviors" Version="11.0.10.9" />
- <PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
+ <PackageReference Include="Avalonia.Xaml.Behaviors" Version="11.2.0" />
+ <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
</ItemGroup>
<ItemGroup>
<Content Include="appsettings*.json">
|