Add net7.0 build targets

This commit is contained in:
ClemensFischer 2023-01-16 23:13:01 +01:00
parent 372f2032b9
commit da7e81f8d8
14 changed files with 17 additions and 24 deletions

View file

@ -1,8 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<TargetFramework>net7.0-windows10.0.17763.0</TargetFramework>
<Platforms>x64</Platforms>
<RuntimeIdentifiers>win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>
<PublishProfile>win10-$(Platform).pubxml</PublishProfile>