Skip to content

Commit

Permalink
chore(deps): bump Verify.MSTest and System.ValueTuple
Browse files Browse the repository at this point in the history
Bumps [Verify.MSTest](https://github.com/VerifyTests/Verify) and [System.ValueTuple](https://github.com/dotnet/corefx). These dependencies needed to be updated together.

Updates `Verify.MSTest` from 16.3.2 to 23.7.1
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](VerifyTests/Verify@16.3.2...23.7.1)

Updates `System.ValueTuple` from 4.3.0 to 4.5.0
- [Release notes](https://github.com/dotnet/corefx/releases)
- [Commits](https://github.com/dotnet/corefx/commits)

---
updated-dependencies:
- dependency-name: Verify.MSTest
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: System.ValueTuple
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent 1e68f59 commit ac73db5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<Message Importance="High" Text="... Completed" />
</Target>
<ItemGroup>
<PackageReference Include="Verify.MSTest" Version="16.3.2" />
<PackageReference Include="Verify.MSTest" Version="23.7.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Json.TestLogger.TestAdapter\Json.TestLogger.TestAdapter.csproj" />
Expand Down

0 comments on commit ac73db5

Please sign in to comment.