Skip to content

Commit

Permalink
Removing ZipFile as that is part of .NET Standard + updating FileSyst…
Browse files Browse the repository at this point in the history
…em NuGet.
  • Loading branch information
MichielOda committed Oct 24, 2023
1 parent 2a576fb commit bc53d18
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion Parsers.AutomationTests/Parsers.AutomationTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
<PackageReference Include="coverlet.collector" Version="3.1.2" />
<PackageReference Include="System.IO.Compression.ZipFile" Version="4.3.0" />
<PackageReference Include="System.IO.FileSystem.AccessControl" Version="4.5.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Parsers.Common/Parsers.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<ItemGroup>
<PackageReference Include="NuGet.Frameworks" Version="6.7.0" />
<PackageReference Include="Skyline.DataMiner.CICD.FileSystem" Version="1.0.0.2" />
<PackageReference Include="Skyline.DataMiner.CICD.FileSystem" Version="1.0.1" />
<PackageReference Include="System.Reflection.Metadata" Version="5.0.0" />
</ItemGroup>

Expand Down
1 change: 0 additions & 1 deletion Parsers.CommonTests/Parsers.CommonTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
<PackageReference Include="coverlet.collector" Version="3.1.2" />
<PackageReference Include="System.IO.Compression.ZipFile" Version="4.3.0" />
<PackageReference Include="System.IO.FileSystem.AccessControl" Version="4.5.0" />
</ItemGroup>

Expand Down
1 change: 0 additions & 1 deletion Parsers.ProtocolTests/Parsers.ProtocolTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
<PackageReference Include="coverlet.collector" Version="3.1.2" />
<PackageReference Include="System.IO.Compression.ZipFile" Version="4.3.0" />
<PackageReference Include="System.IO.FileSystem.AccessControl" Version="4.5.0" />
<PackageReference Include="XMLUnit.Core" Version="2.9.2" />
</ItemGroup>
Expand Down

0 comments on commit bc53d18

Please sign in to comment.