Skip to content

Commit

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

Updates `Microsoft.NET.Test.Sdk` from 17.7.0 to 17.7.1
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.7.0...v17.7.1)

Updates `Microsoft.TestPlatform.ObjectModel` from 17.7.0 to 17.7.1
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.7.0...v17.7.1)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.TestPlatform.ObjectModel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 26, 2023
1 parent d65b562 commit 6d37300
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.7.0</NetTestSdkVersion>
<NetTestSdkVersion>17.7.1</NetTestSdkVersion>
</PropertyGroup>

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

0 comments on commit 6d37300

Please sign in to comment.