This is an automated email from the ASF dual-hosted git repository.
CurtHagenlocher pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-dotnet.git
The following commit(s) were added to refs/heads/main by this push:
new 75718c9 chore: Bump Microsoft.NET.Test.Sdk from 18.9.0 to 18.10.0
(#436)
75718c9 is described below
commit 75718c9fefe63d932bbfad1c4a355008259fea28
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 14 05:57:42 2026 -0700
chore: Bump Microsoft.NET.Test.Sdk from 18.9.0 to 18.10.0 (#436)
Pinned [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) at
18.10.0.
<details>
<summary>Release notes</summary>
_Sourced from [Microsoft.NET.Test.Sdk's
releases](https://github.com/microsoft/vstest/releases)._
## 18.10.0
## What's Changed
* Drop Mono fallback, run .NET Framework tests on Windows only by
@nohwnd in https://github.com/microsoft/vstest/pull/16158
* Run Microsoft.Testing.Platform test apps under `vstest.console` and
datacollector by @nohwnd in
https://github.com/microsoft/vstest/pull/16201
* Fix test output eaten by MSBuild terminal logger by @nohwnd in
https://github.com/microsoft/vstest/pull/16223
* Remove the experimental test session feature by @nohwnd in
https://github.com/microsoft/vstest/pull/16231
* Skip a single bad executor instead of failing all executor loading by
@nohwnd in https://github.com/microsoft/vstest/pull/16239
* Assert apartment state instead of using Clipboard in UI tests by
@nohwnd in https://github.com/microsoft/vstest/pull/16270
* Surface test host crashes during protocol negotiation by @nohwnd in
https://github.com/microsoft/vstest/pull/16285
* Pass the inferred target platform to the host in run settings by
@nohwnd in https://github.com/microsoft/vstest/pull/16271
* Report raw invalid IsTargetPlatformInferred value, cover host x64
forcing by @nohwnd in https://github.com/microsoft/vstest/pull/16295
* Disable the MTP testhost by default (#16337) by @nohwnd in
https://github.com/microsoft/vstest/pull/16341
**Full Changelog**:
https://github.com/microsoft/vstest/compare/v18.9.0...v18.10.0
Commits viewable in [compare
view](https://github.com/microsoft/vstest/compare/v18.9.0...v18.10.0).
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Directory.Packages.props | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Directory.Packages.props b/Directory.Packages.props
index e9b873b..778778a 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -33,7 +33,7 @@
<PackageVersion Include="Grpc.Tools" Version="2.83.0" PrivateAssets="All"
/>
<PackageVersion Include="K4os.Compression.LZ4.Streams" Version="1.3.8" />
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
- <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.9.0" />
+ <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.10.0" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="10.0.401" />
<PackageVersion Include="pythonnet" Version="3.1.0" />
<PackageVersion Include="System.Buffers" Version="4.6.1" />