Skip to content

Commit 8d760c7

Browse files
chore(deps): update dependency microsoft.net.test.sdk to v17.6.0 (#49)
[![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 | minor | `17.5.0` -> `17.6.0` | --- ### Release Notes <details> <summary>microsoft/vstest</summary> ### [`v17.6.0`](https://github.com/microsoft/vstest/releases/tag/v17.6.0) See the release notes [here](https://github.com/microsoft/vstest/blob/main/docs/releases.md#&#8203;1760). </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://app.renovatebot.com/dashboard#github/Testably/Testably.Architecture.Rules). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS45OC4wIiwidXBkYXRlZEluVmVyIjoiMzUuOTguMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8d1d5d6 commit 8d760c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<PackageReference Include="AutoFixture.Xunit2" Version="4.18.0" />
2626
<PackageReference Include="FluentAssertions" Version="6.11.0" />
2727
<PackageReference Include="Moq" Version="4.18.4" />
28-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
28+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
2929
<PackageReference Include="Xunit.SkippableFact" Version="1.4.*" />
3030
<PackageReference Include="xunit" Version="2.4.2" />
3131
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">

0 commit comments

Comments
 (0)