Skip to content

Commit

Permalink
chore(deps): update dependency microsoft.net.test.sdk to v17.7.1 (#360)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) |
nuget | patch | `17.7.0` -> `17.7.1` |

---

### Release Notes

<details>
<summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary>

###
[`v17.7.1`](https://github.com/microsoft/vstest/releases/tag/v17.7.1)

##### What's Changed

- Take System dlls from testhost folder to fix running .NET Framework
dlls on mono and under VS on Mac in
[#&#8203;4610](https://github.com/microsoft/vstest/issues/4610) by
[@&#8203;Evangelink](https://github.com/Evangelink)
- Fix hangs in parallel execution and discovery in
[#&#8203;4629](https://github.com/microsoft/vstest/issues/4629) by
[@&#8203;nohwnd](https://github.com/nohwnd)
- Fix executable bitness for testhost.x86 in
[#&#8203;4654](https://github.com/microsoft/vstest/issues/4654) by
[@&#8203;nohwnd](https://github.com/nohwnd)

**Full Changelog**:
microsoft/vstest@v17.7.0...v17.7.1

</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/Testably/Testably.Abstractions).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzYuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 17, 2023
1 parent c0fa795 commit 871d9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PackageVersion Include="AutoFixture.Xunit2" Version="4.18.0" />
<PackageVersion Include="FluentAssertions" Version="6.11.0" />
<PackageVersion Include="Moq" Version="4.20.69" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.7.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
<PackageVersion Include="Xunit.SkippableFact" Version="1.4.13" />
<PackageVersion Include="xunit" Version="2.5.0" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.0" />
Expand Down

0 comments on commit 871d9e2

Please sign in to comment.