diff --git a/.claude/CLAUDE.md b/.claude/CLAUDE.md index 8ffa65f..ac700f3 100644 --- a/.claude/CLAUDE.md +++ b/.claude/CLAUDE.md @@ -126,7 +126,7 @@ See the [README.md](README.md) for detailed information about each package. Main ### Build Errors -- Ensure .NET 8.0 SDK installed (check with `dotnet --version`) +- Ensure .NET 10.0 SDK installed (check with `dotnet --version`) - Run `dotnet restore` to ensure all dependencies downloaded ### Test Failures diff --git a/global.json b/global.json index 680c6ba..59a9848 100644 --- a/global.json +++ b/global.json @@ -3,7 +3,7 @@ "Microsoft.Build.NoTargets": "3.7.134" }, "sdk": { - "version": "8.0.100", + "version": "10.0.100", "rollForward": "latestFeature" } }