Skip to content

Commit

Permalink
Remove System.IO.Compression
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveTryon committed Jan 7, 2025
1 parent 6df0ba9 commit 6c313e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Microsoft.Sbom.Targets.E2E.Tests;

using System;
using System.IO;
using System.IO.Compression;
//using System.IO.Compression;
using System.Linq;
using System.Runtime.InteropServices;
using Microsoft.Build.Evaluation;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<PackageReference Include="Microsoft.Extensions.DependencyModel" />
<PackageReference Include="NuGet.Frameworks" />
<PackageReference Include="NuGet.ProjectModel" />
<PackageReference Include="System.IO.Compression" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 6c313e4

Please sign in to comment.