Skip to content

Commit 8e73ff2

Browse files
authored
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 413b986 commit 8e73ff2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

global.json

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

0 commit comments

Comments
 (0)