Downgrade to 7.0.

This commit is contained in:
xuef
2023-11-25 09:03:22 +00:00
parent 07890a4f59
commit 113ce326ab
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web"> <Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net7.0</TargetFramework>
<AssemblyName>Aiursoft.ChessServer</AssemblyName> <AssemblyName>Aiursoft.ChessServer</AssemblyName>
<RootNamespace>Aiursoft.ChessServer</RootNamespace> <RootNamespace>Aiursoft.ChessServer</RootNamespace>
<IsTestProject>false</IsTestProject> <IsTestProject>false</IsTestProject>