Browse Source

Downgrade protobuf to 3.5.1.

tags/v0.12
Oceania2018 6 years ago
parent
commit
e73d3d8645
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/TensorFlowNET.Core/TensorFlowNET.Core.csproj

+ 1
- 1
src/TensorFlowNET.Core/TensorFlowNET.Core.csproj View File

@@ -68,7 +68,7 @@ Docs: https://tensorflownet.readthedocs.io</Description>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.9.0" />
<PackageReference Include="Google.Protobuf" Version="3.5.1" />
</ItemGroup>

<ItemGroup>


Loading…
Cancel
Save