Skip to content

Commit cad841b

Browse files
chore(deps): update dependency microsoft.net.test.sdk to v17.7.2 (#391)
[![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://togithub.com/microsoft/vstest) | nuget | patch | `17.7.1` -> `17.7.2` | --- ### Release Notes <details> <summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary> ### [`v17.7.2`](https://togithub.com/microsoft/vstest/releases/tag/v17.7.2) ##### What's Changed - Fix cannot find System.Text.Json by [@&#8203;nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4669](https://togithub.com/microsoft/vstest/pull/4669) **Full Changelog**: microsoft/vstest@v17.7.1...v17.7.2 </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:eyJjcmVhdGVkSW5WZXIiOiIzNi42OC4xIiwidXBkYXRlZEluVmVyIjoiMzYuNjguMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1bcd79f commit cad841b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<ItemGroup>
2727
<PackageVersion Include="AutoFixture.Xunit2" Version="4.18.0" />
2828
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
29-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
29+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
3030
<PackageVersion Include="Xunit.SkippableFact" Version="1.4.13" />
3131
<PackageVersion Include="xunit" Version="2.5.0" />
3232
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.0" />

0 commit comments

Comments
 (0)