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

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