Update dependency Microsoft.NET.Test.Sdk to 17.14.1 #34

Merged
mcmuzzle merged 1 commits from renovate/vstest-monorepo into main 2026-02-05 15:43:19 +00:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
Microsoft.NET.Test.Sdk 17.13.017.14.1 age confidence

Release Notes

microsoft/vstest (Microsoft.NET.Test.Sdk)

v17.14.1

What's Changed

Full Changelog: https://github.com/microsoft/vstest/compare/v17.14.0...v17.14.1

v17.14.0

What's Changed

.NET versions updated

This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:

  • Updating to the latest VS, and running tests from net6.0 test projects.
  • Updating to the latest .NET SDK, and running tests from net6.0 test projects.

It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.

Changes
Internal version updates and fixes

New Contributors

Full Changelog: https://github.com/microsoft/vstest/compare/v17.13.0...v17.14.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.13.0` → `17.14.1` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.14.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.13.0/17.14.1?slim=true) | --- ### Release Notes <details> <summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary> ### [`v17.14.1`](https://github.com/microsoft/vstest/releases/tag/v17.14.1) ##### What's Changed - Error on unsupported target frameworks to prevent silently not running tests by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15072](https://github.com/microsoft/vstest/pull/15072) and [#&#8203;15078](https://github.com/microsoft/vstest/pull/15078) - Revert writing additional properties to TRX by [@&#8203;nohwnd](https://github.com/nohwnd) in [`47eb51b`](https://github.com/microsoft/vstest/commit/47eb51b15ad8ca4a84ad7be5881fcd1713a0f68a) **Full Changelog**: <https://github.com/microsoft/vstest/compare/v17.14.0...v17.14.1> ### [`v17.14.0`](https://github.com/microsoft/vstest/releases/tag/v17.14.0) #### What's Changed ##### .NET versions updated This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does **NOT** prevent you from: - Updating to the latest VS, and running tests from net6.0 test projects. - Updating to the latest .NET SDK, and running tests from net6.0 test projects. It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2. - Drop unsupported frameworks by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;10565](https://github.com/microsoft/vstest/pull/10565) ##### Changes - Adding Process Query Flag For UWP .NET 9 Support by [@&#8203;adstep](https://github.com/adstep) in [#&#8203;15003](https://github.com/microsoft/vstest/pull/15003) - Fix builds on WinUI and UWP .NET 9 projects by [@&#8203;Sergio0694](https://github.com/Sergio0694) in [#&#8203;15004](https://github.com/microsoft/vstest/pull/15004) - don't report communication error on discovery abort by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;14992](https://github.com/microsoft/vstest/pull/14992) - Add dump minitool to vsix by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;14707](https://github.com/microsoft/vstest/pull/14707) - Make test runners long-path aware ([#&#8203;5179](https://github.com/microsoft/vstest/issues/5179)) by [@&#8203;peetw](https://github.com/peetw) in [#&#8203;15014](https://github.com/microsoft/vstest/pull/15014) - Fix trace in DataCollectionRequestSender.cs by [@&#8203;stan-sz](https://github.com/stan-sz) in [#&#8203;15025](https://github.com/microsoft/vstest/pull/15025) - Fix/readme grammar parallelism by [@&#8203;dellch](https://github.com/dellch) in [#&#8203;15030](https://github.com/microsoft/vstest/pull/15030) - Add binding redirects by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15041](https://github.com/microsoft/vstest/pull/15041) - Write props of tests into trx by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;14905](https://github.com/microsoft/vstest/pull/14905) ##### Internal version updates and fixes - Update io.redist by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;13872](https://github.com/microsoft/vstest/pull/13872) - Use preview image for public build by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;13888](https://github.com/microsoft/vstest/pull/13888) - Remove xcopy-msbuild by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;14138](https://github.com/microsoft/vstest/pull/14138) - Move to macos14 by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;14137](https://github.com/microsoft/vstest/pull/14137) - Update diagnose.md by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;14776](https://github.com/microsoft/vstest/pull/14776) - hash with sha2 for mutex lock by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;14777](https://github.com/microsoft/vstest/pull/14777) - Update test projects for vmr by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;14894](https://github.com/microsoft/vstest/pull/14894) - 17.14 branding by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;14903](https://github.com/microsoft/vstest/pull/14903) - Update filter.md for NUnit by [@&#8203;OsirisTerje](https://github.com/OsirisTerje) in [#&#8203;14987](https://github.com/microsoft/vstest/pull/14987) - Flag netstandard1.x dependencies in source-build by [@&#8203;ViktorHofer](https://github.com/ViktorHofer) in [#&#8203;14986](https://github.com/microsoft/vstest/pull/14986) - Use VS dependencies versions from release VS to have archived symbols by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;14991](https://github.com/microsoft/vstest/pull/14991) - Remove extra ; by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;14995](https://github.com/microsoft/vstest/pull/14995) - Use dependencymodel 6.0.2 by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;14996](https://github.com/microsoft/vstest/pull/14996) - Make Testhost packable only on Windows by [@&#8203;mmitche](https://github.com/mmitche) in [#&#8203;15001](https://github.com/microsoft/vstest/pull/15001) - Add system text json to vsix by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15034](https://github.com/microsoft/vstest/pull/15034) - Add more files to vsix by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15038](https://github.com/microsoft/vstest/pull/15038) - Remove unnecessary CA2022 suppressions by [@&#8203;Winniexu01](https://github.com/Winniexu01) in [#&#8203;15035](https://github.com/microsoft/vstest/pull/15035) - Update package project url by [@&#8203;mmitche](https://github.com/mmitche) in [#&#8203;15040](https://github.com/microsoft/vstest/pull/15040) #### New Contributors - [@&#8203;OsirisTerje](https://github.com/OsirisTerje) made their first contribution in [#&#8203;14987](https://github.com/microsoft/vstest/pull/14987) - [@&#8203;adstep](https://github.com/adstep) made their first contribution in [#&#8203;15003](https://github.com/microsoft/vstest/pull/15003) - [@&#8203;Sergio0694](https://github.com/Sergio0694) made their first contribution in [#&#8203;15004](https://github.com/microsoft/vstest/pull/15004) - [@&#8203;peetw](https://github.com/peetw) made their first contribution in [#&#8203;15014](https://github.com/microsoft/vstest/pull/15014) - [@&#8203;dellch](https://github.com/dellch) made their first contribution in [#&#8203;15030](https://github.com/microsoft/vstest/pull/15030) - [@&#8203;Winniexu01](https://github.com/Winniexu01) made their first contribution in [#&#8203;15035](https://github.com/microsoft/vstest/pull/15035) **Full Changelog**: <https://github.com/microsoft/vstest/compare/v17.13.0...v17.14.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjUiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovateBot added 1 commit 2026-02-05 15:11:42 +00:00
Update dependency Microsoft.NET.Test.Sdk to 17.14.1
All checks were successful
check main state / build (9.0.x) (push) Successful in 2m39s
650e39d148
renovateBot force-pushed renovate/vstest-monorepo from 650e39d148 to 425e97c912 2026-02-05 15:34:38 +00:00 Compare
mcmuzzle merged commit 425e97c912 into main 2026-02-05 15:43:19 +00:00
mcmuzzle deleted branch renovate/vstest-monorepo 2026-02-05 15:43:19 +00:00
Sign in to join this conversation.