Browse Source

Release v0.70.0

tags/v0.70.2-NET6
Oceania2018 3 years ago
parent
commit
cb4e4b0453
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/TensorFlowNET.Core/Tensorflow.Binding.csproj

+ 1
- 0
src/TensorFlowNET.Core/Tensorflow.Binding.csproj View File

@@ -42,6 +42,7 @@ https://tensorflownet.readthedocs.io</Description>
<SignAssembly>true</SignAssembly> <SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Open.snk</AssemblyOriginatorKeyFile> <AssemblyOriginatorKeyFile>Open.snk</AssemblyOriginatorKeyFile>
<Platforms>AnyCPU;x64</Platforms> <Platforms>AnyCPU;x64</Platforms>
<PackageId>TensorFlow.NET</PackageId>
</PropertyGroup> </PropertyGroup>


<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">


Loading…
Cancel
Save