Skip to content

Commit daf09ce

Browse files
chore(deps): update dependency microsoft.net.test.sdk to 17.14.0 (#4047)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Microsoft.NET.Test.Sdk](https://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://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 [https://github.com/microsoft/vstest/pull/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 [https://github.com/microsoft/vstest/pull/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 [https://github.com/microsoft/vstest/pull/15004](https://github.com/microsoft/vstest/pull/15004) - don't report communication error on discovery abort by [@&#8203;nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/14992](https://github.com/microsoft/vstest/pull/14992) - Add dump minitool to vsix by [@&#8203;nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/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 [https://github.com/microsoft/vstest/pull/15014](https://github.com/microsoft/vstest/pull/15014) - Fix trace in DataCollectionRequestSender.cs by [@&#8203;stan-sz](https://github.com/stan-sz) in [https://github.com/microsoft/vstest/pull/15025](https://github.com/microsoft/vstest/pull/15025) - Fix/readme grammar parallelism by [@&#8203;dellch](https://github.com/dellch) in [https://github.com/microsoft/vstest/pull/15030](https://github.com/microsoft/vstest/pull/15030) - Add binding redirects by [@&#8203;nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/15041](https://github.com/microsoft/vstest/pull/15041) - Write props of tests into trx by [@&#8203;nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/14905](https://github.com/microsoft/vstest/pull/14905) ##### Internal version updates and fixes - Update io.redist by [@&#8203;nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/13872](https://github.com/microsoft/vstest/pull/13872) - Use preview image for public build by [@&#8203;nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/13888](https://github.com/microsoft/vstest/pull/13888) - Remove xcopy-msbuild by [@&#8203;nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/14138](https://github.com/microsoft/vstest/pull/14138) - Move to macos14 by [@&#8203;nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/14137](https://github.com/microsoft/vstest/pull/14137) - Update diagnose.md by [@&#8203;nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/14776](https://github.com/microsoft/vstest/pull/14776) - hash with sha2 for mutex lock by [@&#8203;nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/14777](https://github.com/microsoft/vstest/pull/14777) - Update test projects for vmr by [@&#8203;nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/14894](https://github.com/microsoft/vstest/pull/14894) - 17.14 branding by [@&#8203;nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/14903](https://github.com/microsoft/vstest/pull/14903) - Update filter.md for NUnit by [@&#8203;OsirisTerje](https://github.com/OsirisTerje) in [https://github.com/microsoft/vstest/pull/14987](https://github.com/microsoft/vstest/pull/14987) - Flag netstandard1.x dependencies in source-build by [@&#8203;ViktorHofer](https://github.com/ViktorHofer) in [https://github.com/microsoft/vstest/pull/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 [https://github.com/microsoft/vstest/pull/14991](https://github.com/microsoft/vstest/pull/14991) - Remove extra ; by [@&#8203;nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/14995](https://github.com/microsoft/vstest/pull/14995) - Use dependencymodel 6.0.2 by [@&#8203;nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/14996](https://github.com/microsoft/vstest/pull/14996) - Make Testhost packable only on Windows by [@&#8203;mmitche](https://github.com/mmitche) in [https://github.com/microsoft/vstest/pull/15001](https://github.com/microsoft/vstest/pull/15001) - Add system text json to vsix by [@&#8203;nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/15034](https://github.com/microsoft/vstest/pull/15034) - Add more files to vsix by [@&#8203;nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/15038](https://github.com/microsoft/vstest/pull/15038) - Remove unnecessary CA2022 suppressions by [@&#8203;Winniexu01](https://github.com/Winniexu01) in [https://github.com/microsoft/vstest/pull/15035](https://github.com/microsoft/vstest/pull/15035) - Update package project url by [@&#8203;mmitche](https://github.com/mmitche) in [https://github.com/microsoft/vstest/pull/15040](https://github.com/microsoft/vstest/pull/15040) #### New Contributors - [@&#8203;OsirisTerje](https://github.com/OsirisTerje) made their first contribution in [https://github.com/microsoft/vstest/pull/14987](https://github.com/microsoft/vstest/pull/14987) - [@&#8203;adstep](https://github.com/adstep) made their first contribution in [https://github.com/microsoft/vstest/pull/15003](https://github.com/microsoft/vstest/pull/15003) - [@&#8203;Sergio0694](https://github.com/Sergio0694) made their first contribution in [https://github.com/microsoft/vstest/pull/15004](https://github.com/microsoft/vstest/pull/15004) - [@&#8203;peetw](https://github.com/peetw) made their first contribution in [https://github.com/microsoft/vstest/pull/15014](https://github.com/microsoft/vstest/pull/15014) - [@&#8203;dellch](https://github.com/dellch) made their first contribution in [https://github.com/microsoft/vstest/pull/15030](https://github.com/microsoft/vstest/pull/15030) - [@&#8203;Winniexu01](https://github.com/Winniexu01) made their first contribution in [https://github.com/microsoft/vstest/pull/15035](https://github.com/microsoft/vstest/pull/15035) **Full Changelog**: microsoft/vstest@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 is behind base branch, 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/reactiveui/ReactiveUI). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiRGVwZW5kZW5jeSBNYW5hZ2VtZW50Il19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c50f9da commit daf09ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integrationtests/IntegrationTests.Shared.Tests/IntegrationTests.Shared.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
11+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.0" />
1212
<PackageReference Include="xunit" Version="2.9.3" />
1313
<PackageReference Include="xunit.runner.console" Version="2.9.3">
1414
<PrivateAssets>all</PrivateAssets>

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageVersion Include="JetBrains.DotMemoryUnit" Version="3.2.20220510" />
1616
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" />
1717
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.14.0" />
18-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
18+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.0" />
1919
<PackageVersion Include="Microsoft.Reactive.Testing" Version="6.0.1" />
2020
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
2121
<PackageVersion Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.3916" />

0 commit comments

Comments
 (0)