mirror of
https://gitee.com/farsunset/cim.git
synced 2025-07-30 03:40:30 +08:00
16 lines
301 B
XML
16 lines
301 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="Protobuf\" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Google.Protobuf" Version="3.19.1" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|