Skip to content

Commit 7f01614

Browse files
fix: fix a project reference mistake
1 parent 7fd4550 commit 7f01614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/TensorFlow.Kernel.UnitTest/TensorFlow.Kernel.UnitTest.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
</ItemGroup>
1818

1919
<ItemGroup>
20+
<ProjectReference Include="..\..\src\TensorFlowNET.Keras\Tensorflow.Keras.csproj" />
2021
<ProjectReference Include="..\..\tools\Tensorflow.UnitTest.RedistHolder\Tensorflow.UnitTest.RedistHolder.csproj" />
21-
<ProjectReference Include="..\TensorFlowNET.Keras.UnitTest\Tensorflow.Keras.UnitTest.csproj" />
2222
</ItemGroup>
2323

2424
</Project>

0 commit comments

Comments
 (0)