Skip to content

Commit 64b8ac2

Browse files
committed
remove obsolete PackageReference statement
1 parent a346581 commit 64b8ac2

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

test/coverlet.core.tests/coverlet.core.tests.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
<PackageReference Include="System.Reflection.Metadata" />
2323
<PackageReference Include="Tmds.ExecFunction" />
2424
<PackageReference Include="xunit.v3" />
25-
<PackageReference Include="xunit.v3.core" />
26-
<PackageReference Include="xunit.v3.extensibility.core" />
2725
<PackageReference Include="xunit.runner.visualstudio">
2826
<PrivateAssets>all</PrivateAssets>
2927
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

test/coverlet.integration.tests/coverlet.integration.tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<PackageReference Include="Moq" Version="4.20.70" />
1414
<PackageReference Include="NuGet.Packaging" Version="6.6.2" />
1515
<PackageReference Include="xunit.v3" Version="1.0.0" />
16-
<PackageReference Include="xunit.v3.common" Version="1.0.0" />
1716
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">
1817
<PrivateAssets>all</PrivateAssets>
1918
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

0 commit comments

Comments
 (0)