You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

TensorFlowNET.Console.csproj 483 B

123456789101112131415161718
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp3.1</TargetFramework>
  5. <RootNamespace>Tensorflow</RootNamespace>
  6. <AssemblyName>Tensorflow</AssemblyName>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.2.0.1" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <ProjectReference Include="..\TensorFlowNET.Core\Tensorflow.Binding.csproj" />
  13. </ItemGroup>
  14. </Project>