Remove the code coverage packages

This commit is contained in:
Richard Webb
2024-02-06 20:33:31 +00:00
committed by BobLd
parent f886e98705
commit 4b441505a8
2 changed files with 0 additions and 6 deletions

View File

@@ -2,7 +2,6 @@
# PdfPig
[![codecov](https://codecov.io/gh/UglyToad/PdfPig/branch/master/graph/badge.svg)](https://codecov.io/gh/UglyToad/PdfPig)
[![Gitter](https://badges.gitter.im/pdfpig/community.svg)](https://gitter.im/pdfpig/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![nuget](https://img.shields.io/nuget/dt/PdfPig)](https://www.nuget.org/packages/PdfPig/)

View File

@@ -88,11 +88,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Codecov" Version="1.9.0" />
<PackageReference Include="coverlet.msbuild" Version="2.7.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
<PackageReference Include="SkiaSharp" Version="2.88.7" />
<PackageReference Include="xunit" Version="2.4.1" />