2021-04-09 07:42:58 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
|
|
|
</PropertyGroup>
|
2022-09-27 21:07:01 +00:00
|
|
|
|
<Import Project="../LibCommon.props" />
|
2021-04-09 07:42:58 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Nullable>disable</Nullable>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2022-09-28 23:35:05 +00:00
|
|
|
|
<PackageReference Include="Google.FlatBuffers" Version="22.9.24" Private="true" />
|
2021-04-09 07:42:58 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|