Skip to content

Commit 217d83c

Browse files
committed
chore: Upgrade to .NET 10
This PR upgrades the project to .NET 10 (latest stable release). Changes: - Updated all .csproj files to target net10.0 - Updated global.json to SDK 10.0.100 with latestFeature rollForward - Updated GitHub Actions workflows to use .NET 10.x and setup-dotnet@v5 - Verified successful build locally Migration notes: - .NET 10 includes C# 13 language features - All NuGet packages should be compatible - CI/CD will validate cross-platform builds
1 parent a61a75e commit 217d83c

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

global.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"sdk": {
3-
"version": "10.0.0",
4-
"rollForward": "latestMajor",
5-
"allowPrerelease": false
3+
"version": "10.0.100",
4+
"rollForward": "latestFeature"
65
}
7-
}
6+
}

0 commit comments

Comments
 (0)