Use coverlet package that doesn't clobber dependencies

(cherry picked from commit 84ad6c43364e3e113689bd7b94baa021c24babba)
This commit is contained in:
ta264
2021-05-12 22:08:34 +01:00
committed by Qstick
parent f27e9f73a9
commit cb44b1497c
9 changed files with 9 additions and 8 deletions

View File

@@ -7,7 +7,7 @@
<PackageReference Include="NUnit" Version="3.13.1" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
<PackageReference Include="NunitXml.TestLogger" Version="3.0.97" />
<PackageReference Include="coverlet.collector" Version="1.2.1" PrivateAssets="all" />
<PackageReference Include="coverlet.collector" Version="3.0.4-preview.27.ge7cb7c3b40" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NzbDrone.Test.Common\Prowlarr.Test.Common.csproj" />