Skip to content

Commit

Permalink
Delete useless dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
takano32 committed Mar 7, 2024
1 parent 5ef30ac commit 129989b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion PSXPackager/PSXPackager-windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="SharpCompress" Version="0.34.1" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="SharpCompress" Version="0.36.0" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>

Expand Down
1 change: 0 additions & 1 deletion PSXPackagerGUI/PSXPackagerGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Ookii.Dialogs.Wpf" Version="5.0.1" />
<PackageReference Include="SharpCompress" Version="0.36.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 129989b

Please sign in to comment.