Skip to content

Commit 9c9752e

Browse files
deps(test): update vstest monorepo (#1159)
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://redirect.github.com/microsoft/vstest) | `18.6.0` → `18.7.0` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/18.7.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/18.6.0/18.7.0?slim=true) | --- ### Release Notes <details> <summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary> ### [`v18.7.0`](https://redirect.github.com/microsoft/vstest/releases/tag/v18.7.0) #### What's Changed - Add ARM64 msdia140.dll support to test platform packages by [@&#8203;jamesmcroft](https://redirect.github.com/jamesmcroft) in [#&#8203;15689](https://redirect.github.com/microsoft/vstest/pull/15689) - Update System.Memory from 4.5.5 to 4.6.3 by [@&#8203;nohwnd](https://redirect.github.com/nohwnd) in [#&#8203;15706](https://redirect.github.com/microsoft/vstest/pull/15706) #### New Contributors - [@&#8203;jamesmcroft](https://redirect.github.com/jamesmcroft) made their first contribution in [#&#8203;15689](https://redirect.github.com/microsoft/vstest/pull/15689) **Full Changelog**: <microsoft/vstest@v18.6.0...v18.7.0> </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Zurich) - Branch creation - "after 9pm,before 6am" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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/dotnet/dotnet-operator-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzUuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4c4271e commit 9c9752e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="FluentAssertions" Version="8.10.0" />
13-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.6.0" />
13+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.7.0" />
1414
<PackageReference Include="xunit.v3" Version="3.2.2" />
1515
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)