Skip to content

Commit c48d6d8

Browse files
chore(deps): update dependency microsoft.net.test.sdk to v17.9.0 (#3742)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Microsoft.NET.Test.Sdk](https://togithub.com/microsoft/vstest) | `17.8.0` -> `17.9.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.NET.Test.Sdk/17.8.0/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.8.0/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary> ### [`v17.9.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.9.0) ##### What's Changed - Remove dependency on Nuget.Frameworks by [@&#8203;nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4693](https://togithub.com/microsoft/vstest/pull/4693) - Add platform guard by [@&#8203;dotMorten](https://togithub.com/dotMorten) in [https://github.com/microsoft/vstest/pull/4737](https://togithub.com/microsoft/vstest/pull/4737) - Remove javascript in `HtmlLogger` by [@&#8203;daveMueller](https://togithub.com/daveMueller) in [https://github.com/microsoft/vstest/pull/4744](https://togithub.com/microsoft/vstest/pull/4744) - Fix CPU is consumed by polling frequently when there is no subscriber by [@&#8203;nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4735](https://togithub.com/microsoft/vstest/pull/4735) - Create a proper MSBuild ToolTask based VSTestTask by [@&#8203;mcartoixa](https://togithub.com/mcartoixa) in [https://github.com/microsoft/vstest/pull/2702](https://togithub.com/microsoft/vstest/pull/2702) - Update SDK, copy logger by [@&#8203;nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4755](https://togithub.com/microsoft/vstest/pull/4755) - Fix staircase in logger by [@&#8203;nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4756](https://togithub.com/microsoft/vstest/pull/4756) - Update dump client to latest by [@&#8203;nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4724](https://togithub.com/microsoft/vstest/pull/4724) - \[rel/17.9] Disable testhost prestart by [@&#8203;nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4836](https://togithub.com/microsoft/vstest/pull/4836) ##### New Contributors - [@&#8203;jithu7432](https://togithub.com/jithu7432) made their first contribution in [https://github.com/microsoft/vstest/pull/4698](https://togithub.com/microsoft/vstest/pull/4698) - [@&#8203;mcartoixa](https://togithub.com/mcartoixa) made their first contribution in [https://github.com/microsoft/vstest/pull/2702](https://togithub.com/microsoft/vstest/pull/2702) **Full Changelog**: microsoft/vstest@v17.8.0...v17.9.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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/reactiveui/ReactiveUI). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6fcbefb commit c48d6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.Packages.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageVersion Include="JetBrains.DotMemoryUnit" Version="3.2.20220510" />
2020
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" />
2121
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.11.0" />
22-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
22+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
2323
<PackageVersion Include="Microsoft.Reactive.Testing" Version="6.0.0" />
2424
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
2525
<PackageVersion Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.2428" />

0 commit comments

Comments
 (0)