Skip to content

Commit 981d00e

Browse files
eng: upgrade test project target framework from net9.0 to net10.0
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>
1 parent 6fd41af commit 981d00e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FSharp.Control.TaskSeq.Test/FSharp.Control.TaskSeq.Test.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net9.0</TargetFramework>
4+
<TargetFramework>net10.0</TargetFramework>
55
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
66
</PropertyGroup>
77

0 commit comments

Comments
 (0)