[PR #14143] [MERGED] Update dependency Microsoft.NET.Test.Sdk to 17.14.0 #13855

Closed
opened 2026-02-07 07:20:14 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/14143
Author: @renovate[bot]
Created: 5/20/2025
Status: Merged
Merged: 5/20/2025
Merged by: @Bond-009

Base: masterHead: renovate/microsoft


📝 Commits (1)

  • 362d2c4 Update dependency Microsoft.NET.Test.Sdk to 17.14.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Directory.Packages.props (+1 -1)

📄 Description

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Microsoft.NET.Test.Sdk 17.13.0 -> 17.14.0 age adoption passing confidence

Release Notes

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

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 was generated by Mend Renovate. View the repository job log.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/14143 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 5/20/2025 **Status:** ✅ Merged **Merged:** 5/20/2025 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `renovate/microsoft` --- ### 📝 Commits (1) - [`362d2c4`](https://github.com/jellyfin/jellyfin/commit/362d2c46159e3f718ab46e9a42b65b32d878b8fe) Update dependency Microsoft.NET.Test.Sdk to 17.14.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Directory.Packages.props` (+1 -1) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Microsoft.NET.Test.Sdk](https://redirect.github.com/microsoft/vstest) | `17.13.0` -> `17.14.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.NET.Test.Sdk/17.13.0/17.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.13.0/17.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary> ### [`v17.14.0`](https://redirect.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://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/10565](https://redirect.github.com/microsoft/vstest/pull/10565) ##### Changes - Adding Process Query Flag For UWP .NET 9 Support by [@&#8203;adstep](https://redirect.github.com/adstep) in [https://github.com/microsoft/vstest/pull/15003](https://redirect.github.com/microsoft/vstest/pull/15003) - Fix builds on WinUI and UWP .NET 9 projects by [@&#8203;Sergio0694](https://redirect.github.com/Sergio0694) in [https://github.com/microsoft/vstest/pull/15004](https://redirect.github.com/microsoft/vstest/pull/15004) - don't report communication error on discovery abort by [@&#8203;nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/14992](https://redirect.github.com/microsoft/vstest/pull/14992) - Add dump minitool to vsix by [@&#8203;nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/14707](https://redirect.github.com/microsoft/vstest/pull/14707) - Make test runners long-path aware ([#&#8203;5179](https://redirect.github.com/microsoft/vstest/issues/5179)) by [@&#8203;peetw](https://redirect.github.com/peetw) in [https://github.com/microsoft/vstest/pull/15014](https://redirect.github.com/microsoft/vstest/pull/15014) - Fix trace in DataCollectionRequestSender.cs by [@&#8203;stan-sz](https://redirect.github.com/stan-sz) in [https://github.com/microsoft/vstest/pull/15025](https://redirect.github.com/microsoft/vstest/pull/15025) - Fix/readme grammar parallelism by [@&#8203;dellch](https://redirect.github.com/dellch) in [https://github.com/microsoft/vstest/pull/15030](https://redirect.github.com/microsoft/vstest/pull/15030) - Add binding redirects by [@&#8203;nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/15041](https://redirect.github.com/microsoft/vstest/pull/15041) - Write props of tests into trx by [@&#8203;nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/14905](https://redirect.github.com/microsoft/vstest/pull/14905) ##### Internal version updates and fixes - Update io.redist by [@&#8203;nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/13872](https://redirect.github.com/microsoft/vstest/pull/13872) - Use preview image for public build by [@&#8203;nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/13888](https://redirect.github.com/microsoft/vstest/pull/13888) - Remove xcopy-msbuild by [@&#8203;nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/14138](https://redirect.github.com/microsoft/vstest/pull/14138) - Move to macos14 by [@&#8203;nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/14137](https://redirect.github.com/microsoft/vstest/pull/14137) - Update diagnose.md by [@&#8203;nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/14776](https://redirect.github.com/microsoft/vstest/pull/14776) - hash with sha2 for mutex lock by [@&#8203;nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/14777](https://redirect.github.com/microsoft/vstest/pull/14777) - Update test projects for vmr by [@&#8203;nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/14894](https://redirect.github.com/microsoft/vstest/pull/14894) - 17.14 branding by [@&#8203;nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/14903](https://redirect.github.com/microsoft/vstest/pull/14903) - Update filter.md for NUnit by [@&#8203;OsirisTerje](https://redirect.github.com/OsirisTerje) in [https://github.com/microsoft/vstest/pull/14987](https://redirect.github.com/microsoft/vstest/pull/14987) - Flag netstandard1.x dependencies in source-build by [@&#8203;ViktorHofer](https://redirect.github.com/ViktorHofer) in [https://github.com/microsoft/vstest/pull/14986](https://redirect.github.com/microsoft/vstest/pull/14986) - Use VS dependencies versions from release VS to have archived symbols by [@&#8203;nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/14991](https://redirect.github.com/microsoft/vstest/pull/14991) - Remove extra ; by [@&#8203;nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/14995](https://redirect.github.com/microsoft/vstest/pull/14995) - Use dependencymodel 6.0.2 by [@&#8203;nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/14996](https://redirect.github.com/microsoft/vstest/pull/14996) - Make Testhost packable only on Windows by [@&#8203;mmitche](https://redirect.github.com/mmitche) in [https://github.com/microsoft/vstest/pull/15001](https://redirect.github.com/microsoft/vstest/pull/15001) - Add system text json to vsix by [@&#8203;nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/15034](https://redirect.github.com/microsoft/vstest/pull/15034) - Add more files to vsix by [@&#8203;nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/15038](https://redirect.github.com/microsoft/vstest/pull/15038) - Remove unnecessary CA2022 suppressions by [@&#8203;Winniexu01](https://redirect.github.com/Winniexu01) in [https://github.com/microsoft/vstest/pull/15035](https://redirect.github.com/microsoft/vstest/pull/15035) - Update package project url by [@&#8203;mmitche](https://redirect.github.com/mmitche) in [https://github.com/microsoft/vstest/pull/15040](https://redirect.github.com/microsoft/vstest/pull/15040) #### New Contributors - [@&#8203;OsirisTerje](https://redirect.github.com/OsirisTerje) made their first contribution in [https://github.com/microsoft/vstest/pull/14987](https://redirect.github.com/microsoft/vstest/pull/14987) - [@&#8203;adstep](https://redirect.github.com/adstep) made their first contribution in [https://github.com/microsoft/vstest/pull/15003](https://redirect.github.com/microsoft/vstest/pull/15003) - [@&#8203;Sergio0694](https://redirect.github.com/Sergio0694) made their first contribution in [https://github.com/microsoft/vstest/pull/15004](https://redirect.github.com/microsoft/vstest/pull/15004) - [@&#8203;peetw](https://redirect.github.com/peetw) made their first contribution in [https://github.com/microsoft/vstest/pull/15014](https://redirect.github.com/microsoft/vstest/pull/15014) - [@&#8203;dellch](https://redirect.github.com/dellch) made their first contribution in [https://github.com/microsoft/vstest/pull/15030](https://redirect.github.com/microsoft/vstest/pull/15030) - [@&#8203;Winniexu01](https://redirect.github.com/Winniexu01) made their first contribution in [https://github.com/microsoft/vstest/pull/15035](https://redirect.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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/jellyfin/jellyfin). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNi4wIiwidXBkYXRlZEluVmVyIjoiNDAuMTYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJudWdldCJdfQ==--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:20:14 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13855