Browse Source

TensorflowNET.UnitTest: Added FluentAssertions package

tags/v0.12
Eli Belash 6 years ago
parent
commit
621ffffa3e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      test/TensorFlowNET.UnitTest/TensorFlowNET.UnitTest.csproj

+ 1
- 0
test/TensorFlowNET.UnitTest/TensorFlowNET.UnitTest.csproj View File

@@ -22,6 +22,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.9.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />


Loading…
Cancel
Save