Skip to content

Commit

Permalink
Bump the all group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [DaanV2.Essentials.Net](https://github.com/DaanV2/DaanV2.Essentials.Net) | `1.4.4` | `1.5.0` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `16.11.0` | `17.8.0` |
| [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `2.2.6` | `3.1.1` |
| [MSTest.TestFramework](https://github.com/microsoft/testfx) | `2.2.6` | `3.1.1` |
| [coverlet.collector](https://github.com/coverlet-coverage/coverlet) | `3.1.0` | `6.0.0` |


Updates `DaanV2.Essentials.Net` from 1.4.4 to 1.5.0
- [Commits](https://github.com/DaanV2/DaanV2.Essentials.Net/commits)

Updates `Microsoft.NET.Test.Sdk` from 16.11.0 to 17.8.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v16.11.0...v17.8.0)

Updates `MSTest.TestAdapter` from 2.2.6 to 3.1.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v2.2.6...v3.1.1)

Updates `MSTest.TestFramework` from 2.2.6 to 3.1.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v2.2.6...v3.1.1)

Updates `coverlet.collector` from 3.1.0 to 6.0.0
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v3.1.0...v6.0.0)

---
updated-dependencies:
- dependency-name: DaanV2.Essentials.Net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: coverlet.collector
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 24, 2023
1 parent 039a780 commit dda899b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/UnitTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.6" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.6" />
<PackageReference Include="coverlet.collector" Version="3.1.0">
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit dda899b

Please sign in to comment.