HaoYueTunnel/Protobuf/Protobuf.csproj

16 lines
355 B
XML
Raw Normal View History

2024-04-24 12:03:06 +08:00
<Project Sdk="Microsoft.NET.Sdk">
2023-05-23 17:57:24 +08:00
<PropertyGroup>
2024-04-24 12:03:06 +08:00
<TargetFramework>net8.0</TargetFramework>
2023-05-23 17:57:24 +08:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2023-05-24 18:31:11 +08:00
<Reference Include="Google.Protobuf">
<HintPath>..\NetLib\Google.Protobuf.dll</HintPath>
2023-05-23 17:57:24 +08:00
</Reference>
</ItemGroup>
</Project>