Skip to content

Commit

Permalink
Fixing unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
MichielOda committed Oct 24, 2023
1 parent f9f9b44 commit 8b566bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Parsers.AutomationTests/Parsers.AutomationTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<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: 2 additions & 0 deletions Parsers.ProtocolTests/Parsers.ProtocolTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<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 8b566bb

Please sign in to comment.