|
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> |
|
10 | 10 | <AllowUnsafeBlocks>True</AllowUnsafeBlocks> |
11 | 11 | <Platforms>AnyCPU;x64</Platforms> |
12 | 12 | <ApplicationIcon>zxbs.ico</ApplicationIcon> |
13 | | - <Version>1.0.0-beta1</Version> |
14 | 13 | <Title>ZX Basic Studio</Title> |
15 | | - <AssemblyVersion>1.0.*</AssemblyVersion> |
| 14 | + <AssemblyVersion>1.2.*</AssemblyVersion> |
16 | 15 | <Deterministic>False</Deterministic> |
17 | | - <Version>0.1.23.1014</Version> |
| 16 | + <Version>1.1</Version> |
18 | 17 | </PropertyGroup> |
19 | 18 | <ItemGroup> |
20 | 19 | <AvaloniaXaml Remove="LanguageDefinitions\**" /> |
|
527 | 526 | </ItemGroup> |
528 | 527 |
|
529 | 528 | <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" /> |
| 529 | + <PackageReference Include="Avalonia" Version="11.1.2" /> |
| 530 | + <PackageReference Include="Avalonia.AvaloniaEdit" Version="11.1.0" /> |
| 531 | + <PackageReference Include="Avalonia.Desktop" Version="11.1.2" /> |
| 532 | + <PackageReference Include="Avalonia.Svg.Skia" Version="11.1.0" /> |
| 533 | + <PackageReference Include="Avalonia.Themes.Fluent" Version="11.1.2" /> |
535 | 534 | <!--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" /> |
| 535 | + <PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.1.2" /> |
| 536 | + <PackageReference Include="Avalonia.Themes.Simple" Version="11.1.2" /> |
538 | 537 | <PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" /> |
539 | 538 | <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
540 | 539 | <PackageReference Include="System.Resources.ResourceManager" Version="4.3.0" /> |
|
0 commit comments