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>
|
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>
|