Skip to content

Commit 608b65b

Browse files
chore(deps): update dependency microsoft.net.test.sdk to v17.4.1 (#243)
[![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.3.1` -> `17.4.1` | --- ### Release Notes <details> <summary>microsoft/vstest</summary> ### [`v17.4.1`](https://github.com/microsoft/vstest/releases/tag/v17.4.1) See the release notes [here](https://github.com/microsoft/vstest/blob/main/docs/releases.md#&#8203;1741). ### [`v17.4.0`](https://github.com/microsoft/vstest/releases/tag/v17.4.0) See the release notes [here](https://github.com/microsoft/vstest-docs/blob/main/docs/releases.md#&#8203;1740). ### [`v17.3.2`](https://github.com/microsoft/vstest/releases/tag/v17.3.2) See the release notes [here](https://github.com/microsoft/vstest-docs/blob/main/docs/releases.md#&#8203;1732). </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.Abstractions). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ddcbf63 commit 608b65b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Examples/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<PackageReference Include="AutoFixture.Xunit2" Version="4.17.0" />
4141
<PackageReference Include="FluentAssertions" Version="6.7.0" />
4242
<PackageReference Include="Moq" Version="4.18.4" />
43-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.1" />
43+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
4444
<PackageReference Include="Xunit.SkippableFact" Version="1.4.*" />
4545
<PackageReference Include="xunit" Version="2.4.2" />
4646
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">

Tests/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<PackageReference Include="AutoFixture.Xunit2" Version="4.17.0" />
2828
<PackageReference Include="FluentAssertions" Version="6.7.0" />
2929
<PackageReference Include="Moq" Version="4.18.4" />
30-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.1" />
30+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
3131
<PackageReference Include="Xunit.SkippableFact" Version="1.4.*" />
3232
<PackageReference Include="xunit" Version="2.4.2" />
3333
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">

0 commit comments

Comments
 (0)