|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 | <PropertyGroup> |
3 | 3 | <OutputType>WinExe</OutputType> |
4 | | - <TargetFramework>net6.0</TargetFramework> |
| 4 | + <TargetFramework>net8.0</TargetFramework> |
5 | 5 | <Nullable>enable</Nullable> |
6 | 6 | <LangVersion>latest</LangVersion> |
7 | 7 | <BuiltInComInteropSupport>true</BuiltInComInteropSupport> |
|
26 | 26 |
|
27 | 27 | <ItemGroup> |
28 | 28 | <PackageReference Include="Avalonia" Version="11.0.6" /> |
29 | | - <PackageReference Include="Avalonia.Desktop" Version="11.0.5" /> |
30 | | - <PackageReference Include="Avalonia.Xaml.Interactions" Version="11.0.2" /> |
31 | | - <PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.5" /> |
32 | | - <PackageReference Include="Avalonia.Fonts.Inter" Version="11.0.5" /> |
33 | | - <PackageReference Include="Avalonia.AvaloniaEdit" Version="11.0.1" /> |
| 29 | + <PackageReference Include="Avalonia.Desktop" Version="11.0.6" /> |
| 30 | + <PackageReference Include="Avalonia.Xaml.Interactions" Version="11.0.6" /> |
| 31 | + <PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.6" /> |
| 32 | + <PackageReference Include="Avalonia.Fonts.Inter" Version="11.0.6" /> |
| 33 | + <PackageReference Include="Avalonia.AvaloniaEdit" Version="11.0.6" /> |
34 | 34 | <PackageReference Include="TextMateSharp.Grammars" Version="1.0.56" /> |
35 | | - <PackageReference Include="AvaloniaEdit.TextMate" Version="11.0.1" /> |
| 35 | + <PackageReference Include="AvaloniaEdit.TextMate" Version="11.0.6" /> |
36 | 36 | <!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.--> |
37 | 37 | <PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.6" /> |
38 | 38 | <PackageReference Include="FluentAvaloniaUI" Version="2.0.4" /> |
39 | 39 |
|
40 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.14" /> |
| 40 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.1" /> |
41 | 41 |
|
42 | 42 | <PackageReference Include="MinVer" Version="4.3.0"> |
43 | 43 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|
0 commit comments