添加.net8删除.net7

This commit is contained in:
Perfare 2024-07-06 22:47:22 +08:00
parent 8a521b9c18
commit 4741d46ba9

View file

@ -2,11 +2,11 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks> <TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<Version>1.0.0.0</Version> <Version>1.0.0.0</Version>
<AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion> <FileVersion>1.0.0.0</FileVersion>
<Copyright>Copyright © Perfare 2016-2023</Copyright> <Copyright>Copyright © Perfare 2016-2024</Copyright>
<DebugType>embedded</DebugType> <DebugType>embedded</DebugType>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport> <BuiltInComInteropSupport>true</BuiltInComInteropSupport>
</PropertyGroup> </PropertyGroup>