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

15 lines
392 B
XML

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