HaoYueTunnel/Protobuf/Protobuf.csproj

16 lines
346 B
XML
Raw Normal View History

2023-05-23 17:57:24 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Reference Include="protobuf-net">
<HintPath>..\NetLib\protobuf-net.dll</HintPath>
</Reference>
</ItemGroup>
</Project>