Skip to content

Commit

Permalink
fix: fix a project reference mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Wanglongzhi2001 committed Nov 5, 2023
1 parent 7fd4550 commit 7f01614
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\TensorFlowNET.Keras\Tensorflow.Keras.csproj" />
<ProjectReference Include="..\..\tools\Tensorflow.UnitTest.RedistHolder\Tensorflow.UnitTest.RedistHolder.csproj" />
<ProjectReference Include="..\TensorFlowNET.Keras.UnitTest\Tensorflow.Keras.UnitTest.csproj" />
</ItemGroup>

</Project>

0 comments on commit 7f01614

Please sign in to comment.