Skip to content

Commit

Permalink
chore(deps): bump NetTestSdkVersion from 17.6.2 to 17.7.0
Browse files Browse the repository at this point in the history
Bumps `NetTestSdkVersion` from 17.6.2 to 17.7.0.

Updates `Microsoft.NET.Test.Sdk` from 17.6.2 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.2...v17.7.0)

Updates `Microsoft.TestPlatform.ObjectModel` from 17.6.2 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.2...v17.7.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
- 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 10, 2023
1 parent 023eddd commit fe5fa2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<IsPackable>false</IsPackable>

<NetTestSdkVersion>17.6.2</NetTestSdkVersion>
<NetTestSdkVersion>17.7.0</NetTestSdkVersion>
</PropertyGroup>

<PropertyGroup Condition="$(TargetFramework)=='netcoreapp2.1'">
Expand Down

0 comments on commit fe5fa2d

Please sign in to comment.