Skip to content

Upgrade target framework to .NET 10.0 across all project files.#95

Merged
andy1li merged 1 commit into
mainfrom
andy/fix-dotnet
Jul 20, 2026
Merged

Upgrade target framework to .NET 10.0 across all project files.#95
andy1li merged 1 commit into
mainfrom
andy/fix-dotnet

Conversation

@andy1li

@andy1li andy1li commented Jul 20, 2026

Copy link
Copy Markdown
Member

Note

Low Risk
SDK/target-framework-only edits with no application logic or dependency version changes; risk is limited to requiring .NET 10 tooling in build environments.

Overview
Updates the C# starter, compiled starter, and solution project files so they build against .NET 10 instead of .NET 9.

The only change in each CodeCrafters.ClaudeCode.csproj is <TargetFramework>net9.0</TargetFramework><TargetFramework>net10.0</TargetFramework>. Package references (e.g. OpenAI 2.2.0) and other project settings are unchanged.

Reviewed by Cursor Bugbot for commit cd7dcaf. Bugbot is set up for automated code reviews on this repo. Configure here.

@andy1li andy1li self-assigned this Jul 20, 2026
@andy1li
andy1li merged commit 7c55b5e into main Jul 20, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant