Skip to content

[Repo Assist] eng: upgrade test project target framework from net9.0 to net10.0#354

Merged
dsyme merged 2 commits intomainfrom
repo-assist/eng-net10-test-upgrade-20260318-726fb4b0f09644df
Mar 18, 2026
Merged

[Repo Assist] eng: upgrade test project target framework from net9.0 to net10.0#354
dsyme merged 2 commits intomainfrom
repo-assist/eng-net10-test-upgrade-20260318-726fb4b0f09644df

Conversation

@github-actions
Copy link
Contributor

🤖 This PR was created by Repo Assist, an automated AI assistant.

Summary

The repository already pins the .NET SDK to 10.0.102 in global.json. This PR aligns the test project's TargetFramework with that SDK so tests run on the current .NET runtime rather than the previous generation.

Change: net9.0net10.0 in FSharp.Control.TaskSeq.Test.fsproj.

The library itself still targets netstandard2.1 — only the test runner is affected. The pinned FSharp.Core 6.0.1 (minimum supported version) remains unchanged.

Test Status ✅

Passed! — Failed: 0, Passed: 5013, Skipped: 2, Total: 5015 (net10.0)

Build: success, format check: clean.

Generated by Repo Assist ·

To install this agentic workflow, run

gh aw add githubnext/agentics/workflows/repo-assist.md@346204513ecfa08b81566450d7d599556807389f

The repository already uses .NET 10 SDK (10.0.102 in global.json).
Aligning the test project target framework with the installed SDK
ensures tests run on the current .NET runtime.

All 5013 tests pass on net10.0.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@dsyme dsyme marked this pull request as ready for review March 18, 2026 13:57
@dsyme dsyme merged commit f1626e7 into main Mar 18, 2026
4 checks passed
@dsyme dsyme deleted the repo-assist/eng-net10-test-upgrade-20260318-726fb4b0f09644df branch March 18, 2026 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant