HaoYueNet/Simple/Server/Server.csproj

15 lines
339 B
XML
Raw Normal View History

2024-01-22 16:39:29 +08:00
<Project Sdk="Microsoft.NET.Sdk">
2021-12-10 23:38:40 +08:00
<PropertyGroup>
<OutputType>Exe</OutputType>
2024-01-22 16:39:29 +08:00
<TargetFramework>net8.0</TargetFramework>
2021-12-10 23:38:40 +08:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2023-05-25 13:46:54 +08:00
<ProjectReference Include="..\ServerCore\ServerCore.csproj" />
2021-12-10 23:38:40 +08:00
</ItemGroup>
</Project>