Skip to content

Commit

Permalink
Merge pull request #46 from NitroDevs/dependabot/nuget/coverlet.colle…
Browse files Browse the repository at this point in the history
…ctor-6.0.0

Bump coverlet.collector from 3.2.0 to 6.0.0
  • Loading branch information
KyleMcMaster authored Jan 2, 2024
2 parents 5414e19 + f45c686 commit b2b20a3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
Expand All @@ -13,7 +13,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="3.2.0">
<PackageReference Include="coverlet.collector" Version="6.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit b2b20a3

Please sign in to comment.