mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-24 23:40:06 +02:00
Update dependency Microsoft.NET.Test.Sdk to 18.8.1 (#20)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `18.7.0` → `18.8.1` |  |  | --- ### Release Notes <details> <summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary> ### [`v18.8.1`](https://github.com/microsoft/vstest/releases/tag/v18.8.1) #### What's Changed - Fix protocol negotiation timeout when STJ reflection is disabled (18.8.1) by [@​nohwnd](https://github.com/nohwnd) in [#​16281](https://github.com/microsoft/vstest/pull/16281) **Full Changelog**: <https://github.com/microsoft/vstest/compare/v18.8.0...v18.8.1> ### [`v18.8.0`](https://github.com/microsoft/vstest/releases/tag/v18.8.0) #### What's Changed - Migrate from Newtonsoft.Json to System.Text.Json / Jsonite (merge to main) by [@​nohwnd](https://github.com/nohwnd) in [#​15687](https://github.com/microsoft/vstest/pull/15687) - For more detail refer to <https://devblogs.microsoft.com/dotnet/vs-test-is-removing-its-newtonsoft-json-dependency/> - Create source-only filter package by [@​Youssef1313](https://github.com/Youssef1313) in [#​15638](https://github.com/microsoft/vstest/pull/15638) - Add ARM64 msdia140.dll support to test platform packages by [@​nohwnd](https://github.com/nohwnd) in [#​15692](https://github.com/microsoft/vstest/pull/15692) - Fix mutex cleanup crash on macOS/Linux by [@​nohwnd](https://github.com/nohwnd) in [#​15684](https://github.com/microsoft/vstest/pull/15684) - Restrict artifact temp directory permissions on Unix by [@​nohwnd](https://github.com/nohwnd) in [#​15729](https://github.com/microsoft/vstest/pull/15729) - Add support for filtering uncategorized tests with TestCategory=None by [@​Evangelink](https://github.com/Evangelink) in [#​15727](https://github.com/microsoft/vstest/pull/15727) - Fix SCI binding failure in DTA hosts (main) by [@​nohwnd](https://github.com/nohwnd) in [#​15724](https://github.com/microsoft/vstest/pull/15724) - Fix HTML logger parallel file collision by [@​nohwnd](https://github.com/nohwnd) in [#​15435](https://github.com/microsoft/vstest/pull/15435) - Improve error message when testhost cannot be found by [@​nohwnd](https://github.com/nohwnd) in [#​16053](https://github.com/microsoft/vstest/pull/16053) - Fix HTML logger exception on invalid XML chars in test display names by [@​nohwnd](https://github.com/nohwnd) in [#​16051](https://github.com/microsoft/vstest/pull/16051) **Full Changelog**: <https://github.com/microsoft/vstest/compare/v18.7.0...v18.8.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDkuNSIsInVwZGF0ZWRJblZlciI6IjQzLjI0OS41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Reviewed-on: https://git.ryujinx.app/projects/Kenji-NX/pulls/20
This commit is contained in:
committed by
KeatonTheBot
parent
e650d3fb04
commit
954332aa2a
@@ -21,7 +21,7 @@
|
||||
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" />
|
||||
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0" />
|
||||
<PackageVersion Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.21.0" />
|
||||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.7.0" />
|
||||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.8.1" />
|
||||
<PackageVersion Include="Microsoft.IO.RecyclableMemoryStream" Version="3.0.1" />
|
||||
<PackageVersion Include="MsgPack.Cli" Version="1.0.1" />
|
||||
<PackageVersion Include="NetCoreServer" Version="8.0.7" />
|
||||
|
||||
Reference in New Issue
Block a user