Files
BLHX.Server/BLHX.Server.Common/BLHX.Server.Common.csproj
2024-02-18 18:07:38 +07:00

14 lines
304 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="protobuf-net" Version="3.2.30" />
</ItemGroup>
</Project>