Skip to content

Commit d86a070

Browse files
chore(deps): update dependency microsoft.net.test.sdk to 17.13.0 (#63)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Microsoft.NET.Test.Sdk](https://redirect.github.com/microsoft/vstest) | `17.12.0` -> `17.13.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.NET.Test.Sdk/17.12.0/17.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.12.0/17.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary> ### [`v17.13.0`](https://redirect.github.com/microsoft/vstest/releases/tag/v17.13.0) #### What's Changed - Add letter number among valid identifiers in class name by [@&#8203;nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/13868](https://redirect.github.com/microsoft/vstest/pull/13868) - Fix formatting in Runner by [@&#8203;mthalman](https://redirect.github.com/mthalman) in [https://github.com/microsoft/vstest/pull/13871](https://redirect.github.com/microsoft/vstest/pull/13871) - Downgrade xunit skip warning to info by [@&#8203;nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/10381](https://redirect.github.com/microsoft/vstest/pull/10381) - Add msdia for arm64 into nuget by [@&#8203;nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/10382](https://redirect.github.com/microsoft/vstest/pull/10382) - Enable native debugging for vstest.console by [@&#8203;ocitrev](https://redirect.github.com/ocitrev) in [https://github.com/microsoft/vstest/pull/10401](https://redirect.github.com/microsoft/vstest/pull/10401) - Fix RFCs links by [@&#8203;Youssef1313](https://redirect.github.com/Youssef1313) in [https://github.com/microsoft/vstest/pull/10424](https://redirect.github.com/microsoft/vstest/pull/10424) - Convert to auto property by [@&#8203;nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/10365](https://redirect.github.com/microsoft/vstest/pull/10365) - Update Versions.props by [@&#8203;nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/10378](https://redirect.github.com/microsoft/vstest/pull/10378) - Enable TSA by [@&#8203;jakubch1](https://redirect.github.com/jakubch1) in [https://github.com/microsoft/vstest/pull/10385](https://redirect.github.com/microsoft/vstest/pull/10385) - Arm64 dia by [@&#8203;nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/10390](https://redirect.github.com/microsoft/vstest/pull/10390) - Update source-build team references by [@&#8203;MichaelSimons](https://redirect.github.com/MichaelSimons) in [https://github.com/microsoft/vstest/pull/10388](https://redirect.github.com/microsoft/vstest/pull/10388) - Exclude .signature.p7s from nupkg file count by [@&#8203;ellahathaway](https://redirect.github.com/ellahathaway) in [https://github.com/microsoft/vstest/pull/10418](https://redirect.github.com/microsoft/vstest/pull/10418) - Set NetCurrent so that it doesn't roll forward automatically by [@&#8203;ViktorHofer](https://redirect.github.com/ViktorHofer) in [https://github.com/microsoft/vstest/pull/10622](https://redirect.github.com/microsoft/vstest/pull/10622) #### New Contributors - [@&#8203;ocitrev](https://redirect.github.com/ocitrev) made their first contribution in [https://github.com/microsoft/vstest/pull/10401](https://redirect.github.com/microsoft/vstest/pull/10401) - [@&#8203;Youssef1313](https://redirect.github.com/Youssef1313) made their first contribution in [https://github.com/microsoft/vstest/pull/10424](https://redirect.github.com/microsoft/vstest/pull/10424) **Full Changelog**: microsoft/vstest@v17.12.0...v17.13.0 </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/apollographql/subgraph-csharp-hotchocolate-annotation). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2ccbf21 commit d86a070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Server.Tests/Server.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</ItemGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
16+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1717
<PackageReference Include="xunit" Version="2.9.3" />
1818
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
1919
<PackageReference Include="Snapshooter.Xunit" Version="1.0.1" />

0 commit comments

Comments
 (0)