dotnet-6.0 => dotnet-7.0

This commit is contained in:
PAL\cbo
2023-02-07 15:07:56 +01:00
parent 98c3aeb9ea
commit fa4f0b0057
+1 -1
View File
@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework> <TargetFramework>net7.0-windows</TargetFramework>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<UseWPF>true</UseWPF> <UseWPF>true</UseWPF>
<ApplicationIcon>res\axlogo.ico</ApplicationIcon> <ApplicationIcon>res\axlogo.ico</ApplicationIcon>