Eintoo/GameServer/Console/Fantasy.Console.Entity/Fantasy.Console.Entity.csproj
2025-04-22 15:31:25 +08:00

14 lines
344 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Fantays.Console\Fantasy.Console.csproj" />
</ItemGroup>
</Project>