Skip to content

Commit

Permalink
Merge pull request #326 from lduchosal/dependabot/nuget/multi-ef2cc6682e
Browse files Browse the repository at this point in the history
Build(deps): Bump Microsoft.NET.Test.Sdk and Microsoft.CodeCoverage
  • Loading branch information
mergify[bot] authored May 23, 2024
2 parents 8cb5d8b + 6e8d8bf commit b22ffe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TestProject/TestProject.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeCoverage" Version="17.9.0" />
<PackageReference Include="Microsoft.CodeCoverage" Version="17.10.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.3.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.3.1" />
<PackageReference Include="coverlet.collector" Version="6.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit b22ffe8

Please sign in to comment.