HaoYueNet/Simple/Protobuf/Protobuf.csproj

16 lines
358 B
XML
Raw Permalink Normal View History

2024-01-22 16:39:29 +08:00
<Project Sdk="Microsoft.NET.Sdk">
2021-12-10 23:38:40 +08:00
<PropertyGroup>
2024-01-22 16:39:29 +08:00
<TargetFramework>net8.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>