From 0d5b84e9593673ba682f6e5be7f34db7b238639f Mon Sep 17 00:00:00 2001 From: Justin Baur <19896123+justindbaur@users.noreply.github.com> Date: Sun, 30 Nov 2025 11:45:59 -0500 Subject: [PATCH 1/2] Update SDK version 10 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 680c6baa..59a98489 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" } } From 99b5992eb0dda727626a9315941c54f0d1bb0512 Mon Sep 17 00:00:00 2001 From: Justin Baur <19896123+justindbaur@users.noreply.github.com> Date: Fri, 19 Dec 2025 08:26:49 -0500 Subject: [PATCH 2/2] Update CLAUDE file to reference .net 10 being needed --- .claude/CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/CLAUDE.md b/.claude/CLAUDE.md index 8ffa65f5..ac700f3c 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