Skip to content

Commit 2b5741f

Browse files
committed
fix: unittest project reference.
1 parent 9ce5b29 commit 2b5741f

File tree

6 files changed

+104
-108
lines changed

6 files changed

+104
-108
lines changed

TensorFlow.NET.sln

+103-103
Large diffs are not rendered by default.

test/TensorFlowNET.Graph.UnitTest/TensorFlowNET.Graph.UnitTest.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
</ItemGroup>
3535

3636
<ItemGroup>
37-
<ProjectReference Include="..\..\helpers\Tensorflow.UnitTest.RedistHolder\Tensorflow.UnitTest.RedistHolder.csproj" />
3837
<ProjectReference Include="..\..\src\TensorFlowNET.Core\Tensorflow.Binding.csproj" />
3938
<ProjectReference Include="..\TensorFlowNET.Keras.UnitTest\Tensorflow.Keras.UnitTest.csproj" />
4039
</ItemGroup>

test/TensorFlowNET.Keras.UnitTest/Tensorflow.Keras.UnitTest.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
</ItemGroup>
2424

2525
<ItemGroup>
26-
<ProjectReference Include="..\..\helpers\Tensorflow.UnitTest.RedistHolder\Tensorflow.UnitTest.RedistHolder.csproj" />
2726
<ProjectReference Include="..\..\src\TensorFlowNET.Keras\Tensorflow.Keras.csproj" />
2827
</ItemGroup>
2928

test/TensorFlowNET.Native.UnitTest/Tensorflow.Native.UnitTest.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
</ItemGroup>
5555

5656
<ItemGroup>
57-
<ProjectReference Include="..\..\helpers\Tensorflow.UnitTest.RedistHolder\Tensorflow.UnitTest.RedistHolder.csproj" />
5857
<ProjectReference Include="..\..\src\TensorFlowNET.Core\Tensorflow.Binding.csproj" />
5958
</ItemGroup>
6059

test/TensorFlowNET.UnitTest/Tensorflow.Binding.UnitTest.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
</ItemGroup>
4949

5050
<ItemGroup>
51-
<ProjectReference Include="..\..\helpers\Tensorflow.UnitTest.RedistHolder\Tensorflow.UnitTest.RedistHolder.csproj" />
5251
<ProjectReference Include="..\..\src\TensorFlowNET.Core\Tensorflow.Binding.csproj" />
5352
<ProjectReference Include="..\..\src\TensorFlowNET.Text\Tensorflow.Text.csproj" />
53+
<ProjectReference Include="..\..\tools\Tensorflow.UnitTest.RedistHolder\Tensorflow.UnitTest.RedistHolder.csproj" />
5454
</ItemGroup>
5555

5656
<ItemGroup>

test/TensorflowNET.Hub.Unittest/Tensorflow.Hub.Unittest.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
</ItemGroup>
1717

1818
<ItemGroup>
19-
<ProjectReference Include="..\..\helpers\Tensorflow.UnitTest.RedistHolder\Tensorflow.UnitTest.RedistHolder.csproj" />
2019
<ProjectReference Include="..\..\src\TensorflowNET.Hub\Tensorflow.Hub.csproj" />
2120
</ItemGroup>
2221

0 commit comments

Comments
 (0)