Skip to content

Commit

Permalink
Bump Microsoft.TestPlatform.ObjectModel from 17.6.3 to 17.7.0
Browse files Browse the repository at this point in the history
Bumps [Microsoft.TestPlatform.ObjectModel](https://github.com/microsoft/vstest) from 17.6.3 to 17.7.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.6.3...v17.7.0)

---
updated-dependencies:
- dependency-name: Microsoft.TestPlatform.ObjectModel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 4, 2023
1 parent 6ca14b7 commit 5dd14c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</PackageReference>

<!-- required for .net framework xunit tests to run on mono via dotnet test: https://github.com/microsoft/vstest/issues/2469 -->
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.6.3" />
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.7.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion test/UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</PackageReference>

<!-- required for .net framework xunit tests to run on mono via dotnet test: https://github.com/microsoft/vstest/issues/2469 -->
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.6.3" />
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.7.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 5dd14c3

Please sign in to comment.