Skip to content

Commit 78bfdbf

Browse files
chore(deps): update dependency microsoft.net.test.sdk to 17.14.1 (#485)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Microsoft.NET.Test.Sdk](https://redirect.github.com/microsoft/vstest) | `17.14.0` -> `17.14.1` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.NET.Test.Sdk/17.14.0/17.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.14.0/17.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary> ### [`v17.14.1`](https://redirect.github.com/microsoft/vstest/releases/tag/v17.14.1) #### What's Changed - Error on unsupported target frameworks to prevent silently not running tests by [@&#8203;nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/15072](https://redirect.github.com/microsoft/vstest/pull/15072) and [https://github.com/microsoft/vstest/pull/15078](https://redirect.github.com/microsoft/vstest/pull/15078) - Revert writing additional properties to TRX by [@&#8203;nohwnd](https://redirect.github.com/nohwnd) in microsoft/vstest@47eb51b **Full Changelog**: microsoft/vstest@v17.14.0...v17.14.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-feature/dotnet-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC40MC4zIiwidXBkYXRlZEluVmVyIjoiNDAuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8435bf7 commit 78bfdbf

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
@@ -27,7 +27,7 @@
2727
<PackageVersion Include="coverlet.msbuild" Version="6.0.4" />
2828
<PackageVersion Include="GitHubActionsTestLogger" Version="2.4.1" />
2929
<PackageVersion Include="Microsoft.Extensions.Diagnostics.Testing" Version="9.3.0" />
30-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.0" />
30+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
3131
<PackageVersion Include="NSubstitute" Version="5.3.0" />
3232
<PackageVersion Include="Reqnroll.xUnit" Version="2.4.1" />
3333
<PackageVersion Include="xunit" Version="2.9.3" />

0 commit comments

Comments
 (0)