Skip to content

Commit 56b4b18

Browse files
glopesdevOceania2018
authored andcommitted
Remove unused dependency
1 parent 668af61 commit 56b4b18

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/TensorFlowNET.Core/Tensorflow.Binding.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ https://tensorflownet.readthedocs.io</Description>
9292

9393
<ItemGroup>
9494
<PackageReference Include="MethodBoundaryAspect.Fody" Version="2.0.144" />
95-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
9695
<PackageReference Include="Protobuf.Text" Version="0.5.0" />
9796
<PackageReference Include="Serilog.Sinks.Console" Version="4.0.1" />
9897
</ItemGroup>

test/TensorFlowNET.Keras.UnitTest/PreprocessingTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
using static Tensorflow.KerasApi;
88
using Tensorflow;
99
using Tensorflow.Keras.Datasets;
10-
using Microsoft.Extensions.DependencyInjection;
1110

1211
namespace TensorFlowNET.Keras.UnitTest
1312
{

0 commit comments

Comments
 (0)