From 319cddad57b1746b71250cf9ff3a730455ba1ae4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 01:22:29 +0000 Subject: [PATCH 1/2] eng: update smoke test tooling and target framework MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - net9.0 → net10.0 (matching main test project) - FsUnit.xUnit 6.0.0 → 6.0.1 - Microsoft.NET.Test.Sdk 17.10.0 → 18.4.0 - xunit 2.8.0 → 2.9.3 - xunit.runner.visualstudio 2.8.0 → 2.8.2 - coverlet.collector 6.0.2 → 6.0.4 - Remove stale Windows-path Content Remove artifact Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../FSharp.Control.TaskSeq.SmokeTests.fsproj | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/FSharp.Control.TaskSeq.SmokeTests/FSharp.Control.TaskSeq.SmokeTests.fsproj b/src/FSharp.Control.TaskSeq.SmokeTests/FSharp.Control.TaskSeq.SmokeTests.fsproj index 7b3f3e99..ae74e202 100644 --- a/src/FSharp.Control.TaskSeq.SmokeTests/FSharp.Control.TaskSeq.SmokeTests.fsproj +++ b/src/FSharp.Control.TaskSeq.SmokeTests/FSharp.Control.TaskSeq.SmokeTests.fsproj @@ -1,14 +1,10 @@ - net9.0 + net10.0 True - - - - @@ -25,14 +21,14 @@ --> - - - - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all From 40d5f286955fc6809309781e8453a5dcfc313d89 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 17 Apr 2026 01:22:32 +0000 Subject: [PATCH 2/2] ci: trigger checks