|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 | <PropertyGroup> |
3 | 3 | <OutputType>WinExe</OutputType> |
4 | | - <TargetFramework>net7.0</TargetFramework> |
| 4 | + <TargetFramework>net8.0</TargetFramework> |
5 | 5 | <Nullable>enable</Nullable> |
6 | 6 | <BuiltInComInteropSupport>true</BuiltInComInteropSupport> |
7 | 7 | <ApplicationManifest>app.manifest</ApplicationManifest> |
|
527 | 527 | </ItemGroup> |
528 | 528 |
|
529 | 529 | <ItemGroup> |
530 | | - <PackageReference Include="Avalonia" Version="11.0.6" /> |
531 | | - <PackageReference Include="Avalonia.AvaloniaEdit" Version="11.0.6" /> |
532 | | - <PackageReference Include="Avalonia.Desktop" Version="11.0.6" /> |
533 | | - <PackageReference Include="Avalonia.Svg.Skia" Version="11.0.0.10" /> |
534 | | - <PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.6" /> |
| 530 | + <PackageReference Include="Avalonia" Version="11.1.2" /> |
| 531 | + <PackageReference Include="Avalonia.AvaloniaEdit" Version="11.1.0" /> |
| 532 | + <PackageReference Include="Avalonia.Desktop" Version="11.1.2" /> |
| 533 | + <PackageReference Include="Avalonia.Svg.Skia" Version="11.1.0" /> |
| 534 | + <PackageReference Include="Avalonia.Themes.Fluent" Version="11.1.2" /> |
535 | 535 | <!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.--> |
536 | | - <PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.6" /> |
537 | | - <PackageReference Include="Avalonia.Themes.Simple" Version="11.0.6" /> |
| 536 | + <PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.1.2" /> |
| 537 | + <PackageReference Include="Avalonia.Themes.Simple" Version="11.1.2" /> |
538 | 538 | <PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" /> |
539 | 539 | <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
540 | 540 | <PackageReference Include="System.Resources.ResourceManager" Version="4.3.0" /> |
|
0 commit comments