Update to NET 7.0 (for reals this time)

This commit is contained in:
SilicaAndPina 2022-04-15 00:07:37 +12:00
parent f2d529899c
commit eada9eb5a5
2 changed files with 0 additions and 2 deletions

View file

@ -131,7 +131,6 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='All|AnyCPU'">
<TargetFramework>net6.0</TargetFramework>
<RuntimeIdentifiers>win-x86;win-x64;win-arm;win-arm64;linux-x64;linux-arm;linux-arm64;osx-x64;osx-arm64</RuntimeIdentifiers>
<Optimize>True</Optimize>
<DefineConstants>OS_ALL;ARCH_ANYCPU</DefineConstants>

View file

@ -5,7 +5,6 @@
<LangVersion>10.0</LangVersion>
<UseWindowsForms>true</UseWindowsForms>
<TargetFramework>net7.0-windows</TargetFramework>
<Platforms>x64;x86;AnyCPU</Platforms>
<Configurations>Debug;Windows</Configurations>
</PropertyGroup>