Upgrade project to .NET 8

This commit is contained in:
Stone_Red
2023-11-22 17:38:53 +01:00
parent 6439c9c4bb
commit 2139938496
2 changed files with 4 additions and 4 deletions
Binary file not shown.
+4 -4
View File
@@ -2,13 +2,13 @@
<PropertyGroup> <PropertyGroup>
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework> <TargetFramework>net8.0-windows7.0</TargetFramework>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<UseWPF>true</UseWPF> <UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms> <UseWindowsForms>true</UseWindowsForms>
<AssemblyVersion>0.0.0.2</AssemblyVersion> <AssemblyVersion>0.0.0.3</AssemblyVersion>
<FileVersion>0.0.0.2</FileVersion> <FileVersion>0.0.0.3</FileVersion>
<Version>0.0.0.2</Version> <Version>0.0.0.3</Version>
<ApplicationIcon>logo.ico</ApplicationIcon> <ApplicationIcon>logo.ico</ApplicationIcon>
</PropertyGroup> </PropertyGroup>