Skip to content

Commit c4ab6fb

Browse files
committed
fix: update target framework from net9.0 to net10.0 in FSharp and VB test files
1 parent 73f957a commit c4ab6fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TUnit.Engine.Tests/FSharp.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public async Task Test()
2020
[
2121
"run",
2222
"--no-build",
23-
"-f", "net9.0",
23+
"-f", "net10.0",
2424
"--configuration", "Release",
2525
"--report-trx", "--report-trx-filename", trxFilename,
2626
"--diagnostic-verbosity", "Debug",

TUnit.Engine.Tests/VB.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public async Task Test()
2020
[
2121
"run",
2222
"--no-build",
23-
"-f", "net9.0",
23+
"-f", "net10.0",
2424
"--configuration", "Release",
2525
"--report-trx", "--report-trx-filename", trxFilename,
2626
"--diagnostic-verbosity", "Debug",

0 commit comments

Comments
 (0)