Skip to content

Commit 53ae3d7

Browse files
Copilotericstj
andcommitted
Remove all redundant transitive dependencies identified in comprehensive analysis
Co-authored-by: ericstj <8918108+ericstj@users.noreply.github.com>
1 parent 76c6ca6 commit 53ae3d7

File tree

18 files changed

+0
-30
lines changed

18 files changed

+0
-30
lines changed

src/Microsoft.Data.Analysis.Interactive/Microsoft.Data.Analysis.Interactive.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
<ItemGroup>
99
<PackageReference Include="Microsoft.DotNet.Interactive" />
10-
<PackageReference Include="Microsoft.DotNet.Interactive.Formatting" />
1110
</ItemGroup>
1211

1312
<ItemGroup>

src/Microsoft.Data.Analysis/Microsoft.Data.Analysis.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@
5050
</ItemGroup>
5151

5252
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETStandard'">
53-
<PackageReference Include="System.Memory" />
54-
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" />
55-
<PackageReference Include="System.Buffers" />
5653
</ItemGroup>
5754

5855
<ItemGroup>

src/Microsoft.Extensions.ML/Microsoft.Extensions.ML.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
1110
<PackageReference Include="Microsoft.Extensions.Logging" />
1211
<PackageReference Include="Microsoft.Extensions.ObjectPool" />
13-
<PackageReference Include="Microsoft.Extensions.Options" />
1412

1513
<ProjectReference Include="..\Microsoft.ML.Core\Microsoft.ML.Core.csproj" PrivateAssets="all" />
1614
<ProjectReference Include="..\Microsoft.ML.Data\Microsoft.ML.Data.csproj" PrivateAssets="all" />

src/Microsoft.ML.AutoML.Interactive/Microsoft.ML.AutoML.Interactive.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212

1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.DotNet.Interactive" />
15-
<PackageReference Include="Microsoft.DotNet.Interactive.Formatting" />
1615
<PackageReference Include="Plotly.NET.CSharp" />
17-
<PackageReference Include="Microsoft.CodeAnalysis" />
1816
</ItemGroup>
1917

2018
<ItemGroup>

src/Microsoft.ML.Core/Microsoft.ML.Core.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<ProjectReference Include="..\Microsoft.ML.DataView\Microsoft.ML.DataView.csproj" />
1212

1313
<PackageReference Include="System.Collections.Immutable" />
14-
<PackageReference Include="System.Memory" />
1514
</ItemGroup>
1615

1716
</Project>

src/Microsoft.ML.CpuMath/Microsoft.ML.CpuMath.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
<Compile Remove="AvxIntrinsics.cs" />
2525
<Compile Remove="FactorizationMachine/FactorizationMachineInterface.netcoreapp.cs" />
2626
<Compile Remove="FactorizationMachine/AvxIntrinsics.cs" />
27-
<PackageReference Include="System.Memory" />
2827
</ItemGroup>
2928
<ItemGroup>
3029
<Content Include="build\**\*" Pack="true" PackagePath="build" />

src/Microsoft.ML.DataView/Microsoft.ML.DataView.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
<ItemGroup>
1010
<PackageReference Include="System.Collections.Immutable" />
11-
<PackageReference Include="System.Memory" />
1211
</ItemGroup>
1312

1413
<ItemGroup>

src/Microsoft.ML.GenAI.Mistral/Microsoft.ML.GenAI.Mistral.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<PackageReference Include="TorchSharp.PyBridge" />
1616
<PackageReference Include="TorchSharp" />
1717
<PackageReference Include="JsonSchema.Net.Generation" />
18-
<PackageReference Include="JsonSchema.Net" />
1918
</ItemGroup>
2019

2120
<ItemGroup>

src/Microsoft.ML.ImageAnalytics/Microsoft.ML.ImageAnalytics.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" />
1313

1414
<!-- SkiaSharp reference Windows, UWP, and MacOS native dependencies packages. No need to explicity reference it here. -->
15-
<PackageReference Include="SkiaSharp" />
1615
<PackageReference Include="SkiaSharp.NativeAssets.Linux.NoDependencies" />
1716
</ItemGroup>
1817

src/Microsoft.ML.TensorFlow/Microsoft.ML.TensorFlow.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="System.IO.FileSystem.AccessControl" />
13-
<PackageReference Include="System.Security.Principal.Windows" />
1413
<PackageReference Include="TensorFlow.NET" />
15-
<PackageReference Include="Google.Protobuf" />
1614
</ItemGroup>
1715

1816
<ItemGroup>

0 commit comments

Comments
 (0)