Skip to content

Commit 6011330

Browse files
committed
Updates .NET version to 10.0
Updates the .NET SDK version used in the test workflow to target .NET 10.0, ensuring compatibility and access to the latest features and improvements.
1 parent 0c5490a commit 6011330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
dotnet: [
18-
{ tfm: net9.0, version: '9.0.x' },
18+
{ tfm: net10.0, version: '10.0.x' },
1919
]
2020
env:
2121
BUILD_CONFIG: Release

0 commit comments

Comments
 (0)