Skip to content

Commit

Permalink
Remove transitive dependencies already included by other projects (#9685
Browse files Browse the repository at this point in the history
)
  • Loading branch information
pmiossec committed Oct 26, 2021
1 parent 6c873f4 commit 3ec4039
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 19 deletions.
1 change: 0 additions & 1 deletion GitUI/GitUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<PackageReference Include="ExCSS" />
<PackageReference Include="Microsoft-WindowsAPICodePack-Core" />
<PackageReference Include="Microsoft-WindowsAPICodePack-Shell" />
<PackageReference Include="System.IO.Abstractions" />
<PackageReference Include="JetBrains.Annotations" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Composition" />
<PackageReference Include="System.Collections.Immutable" />
<PackageReference Include="System.Reactive.Interfaces" />
<PackageReference Include="System.ValueTuple" Version="$(SystemValueTupleVersion)" />
</ItemGroup>

Expand Down
1 change: 0 additions & 1 deletion Plugins/Bitbucket/GitExtensions.Plugins.Bitbucket.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" />
<PackageReference Include="RestSharp" />
<PackageReference Include="JetBrains.Annotations" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
<Compile Include="..\..\..\GitExtUtils\Validates.cs" Link="Validates.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" />
<PackageReference Include="System.Reactive.Linq" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\GitCommands\GitCommands.csproj">
<PrivateAssets>build;buildTransitive;compile</PrivateAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

<ItemGroup>
<PackageReference Include="Microsoft-WindowsAPICodePack-Core" />
<PackageReference Include="Newtonsoft.Json" />
<PackageReference Include="System.Reactive.Linq" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" />
<PackageReference Include="System.Reactive.Linq" />
<PackageReference Include="JetBrains.Annotations" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
<Compile Include="..\..\..\GitExtUtils\Validates.cs" Link="Validates.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Reactive.Linq" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\GitCommands\GitCommands.csproj">
<PrivateAssets>build;buildTransitive;compile</PrivateAssets>
Expand Down
1 change: 0 additions & 1 deletion UnitTests/GitCommands.Tests/GitCommands.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JetBrains.Annotations" />
<PackageReference Include="Newtonsoft.Json" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion UnitTests/GitUI.Tests/GitUI.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="System.IO.Abstractions" />
<PackageReference Include="System.IO.Abstractions.TestingHelpers" />
<PackageReference Include="JetBrains.Annotations" />
</ItemGroup>
Expand Down

0 comments on commit 3ec4039

Please sign in to comment.