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 813 B

5 years ago
12345678910111213141516171819202122232425
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp3.1</TargetFramework>
  4. <IsPackable>false</IsPackable>
  5. <Platforms>AnyCPU;x64</Platforms>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
  9. <PackageReference Include="MSTest.TestAdapter" Version="2.1.1" />
  10. <PackageReference Include="MSTest.TestFramework" Version="2.1.1" />
  11. <PackageReference Include="coverlet.collector" Version="1.2.1">
  12. <PrivateAssets>all</PrivateAssets>
  13. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  14. </PackageReference>
  15. </ItemGroup>
  16. <ItemGroup>
  17. <ProjectReference Include="..\..\src\TensorFlowNET.Keras\Tensorflow.Keras.csproj" />
  18. </ItemGroup>
  19. </Project>