HaoYueNet/Simple/Protobuf/Protobuf.csproj

16 lines
355 B
XML
Raw Normal View History

2021-12-10 23:38:40 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
2021-12-10 23:38:40 +08:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2023-05-25 13:46:54 +08:00
<Reference Include="Google.Protobuf">
<HintPath>..\..\NetLib\Google.Protobuf.dll</HintPath>
</Reference>
2021-12-10 23:38:40 +08:00
</ItemGroup>
</Project>