CGamesServer/CGamesServer.Business/CGamesServer.Business.csproj
2025-11-16 19:16:44 +08:00

15 lines
409 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\CGamesServer.DataModel\CGamesServer.DataModel.csproj" />
<ProjectReference Include="..\CrasyStudio.Core\CrasyStudio.Core.csproj" />
</ItemGroup>
</Project>