Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump Microsoft.Extensions.DependencyModel and Microsoft.Testing.Extensions.CodeCoverage #954

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build(deps): bump Microsoft.Extensions.DependencyModel and Microsoft.…
…Testing.Extensions.CodeCoverage

Bumps [Microsoft.Extensions.DependencyModel](https://github.com/dotnet/runtime) and [Microsoft.Testing.Extensions.CodeCoverage](https://github.com/microsoft/codecoverage). These dependencies needed to be updated together.

Updates `Microsoft.Extensions.DependencyModel` from 8.0.2 to 6.0.2
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.2...v6.0.2)

Updates `Microsoft.Testing.Extensions.CodeCoverage` from 17.13.1 to 17.14.2
- [Commits](https://github.com/microsoft/codecoverage/commits)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.DependencyModel
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Testing.Extensions.CodeCoverage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 28, 2025
commit 19398834d164eda8477826dbc6f8d5dbe0bdc380
2 changes: 1 addition & 1 deletion test/Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
</PackageVersion>
</ItemDefinitionGroup>
<ItemGroup>
<PackageVersion Include="Microsoft.Testing.Extensions.CodeCoverage" Version="17.13.1" />
<PackageVersion Include="Microsoft.Testing.Extensions.CodeCoverage" Version="17.14.2" />
<PackageVersion Include="Microsoft.Testing.Extensions.TrxReport" Version="1.5.3" />
<PackageVersion Include="MSTest" Version="3.7.3" />
<PackageVersion Include="Moq" Version="4.20.72" />