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.

Tensorflow.Keras.UnitTest.csproj 1.1 kB

12345678910111213141516171819202122232425262728293031
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net5.0</TargetFramework>
  4. <IsPackable>false</IsPackable>
  5. <Platforms>AnyCPU;x64</Platforms>
  6. </PropertyGroup>
  7. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  8. <DefineConstants>DEBUG;TRACE</DefineConstants>
  9. <PlatformTarget>x64</PlatformTarget>
  10. </PropertyGroup>
  11. <ItemGroup>
  12. <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
  13. <PackageReference Include="MSTest.TestAdapter" Version="2.2.7" />
  14. <PackageReference Include="MSTest.TestFramework" Version="2.2.7" />
  15. <PackageReference Include="coverlet.collector" Version="3.1.0">
  16. <PrivateAssets>all</PrivateAssets>
  17. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  18. </PackageReference>
  19. <PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.6.0" />
  20. </ItemGroup>
  21. <ItemGroup>
  22. <ProjectReference Include="..\..\src\TensorFlowNET.Keras\Tensorflow.Keras.csproj" />
  23. </ItemGroup>
  24. </Project>