Upgrade Orleans v3 documentation snippets from net6.0 to net10.0#51529
Merged
meaghanlewis merged 2 commits intomainfrom Feb 6, 2026
Merged
Upgrade Orleans v3 documentation snippets from net6.0 to net10.0#51529meaghanlewis merged 2 commits intomainfrom
meaghanlewis merged 2 commits intomainfrom
Conversation
Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Upgrade project from net6.0 to net8.0 LTS version
Upgrade Orleans v3 documentation snippets from net6.0 to net10.0
Feb 5, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR attempts to upgrade Orleans v3 documentation snippet projects from net6.0 (which reached end-of-life in November 2024) to a supported .NET version. However, there is a critical issue: the PR updates all projects to net10.0, which does not exist. The linked issue #51418 specified net8.0 as the target LTS version, but the agent instructions incorrectly specified net10.0.
Changes:
- Updated
TargetFrameworkfromnet6.0tonet10.0in 9 .csproj files - Added explicit
TargetFrameworkproperty to helloworld.csproj
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| docs/orleans/tutorials-and-samples/snippets-v3/custom-storage/custom-storage.csproj | Updated TargetFramework to nonexistent net10.0 (should be net8.0) |
| docs/orleans/streaming/snippets-v3/streams-quickstart/streams-quickstart.csproj | Updated TargetFramework to nonexistent net10.0 (should be net8.0) |
| docs/orleans/snippets-v3/helloworld/helloworld.csproj | Added explicit TargetFramework set to nonexistent net10.0 (should be net8.0) |
| docs/orleans/host/snippets-v3/client/client.csproj | Updated TargetFramework to nonexistent net10.0 (should be net8.0) |
| docs/orleans/host/configuration-guide/snippets-v3/server-config/server-config.csproj | Updated TargetFramework to nonexistent net10.0 (should be net8.0) |
| docs/orleans/host/configuration-guide/snippets-v3/local-dev/local-dev.csproj | Updated TargetFramework to nonexistent net10.0 (should be net8.0) |
| docs/orleans/host/configuration-guide/snippets-v3/client-config/client-config.csproj | Updated TargetFramework to nonexistent net10.0 (should be net8.0) |
| docs/orleans/grains/snippets-v3/grainservices/grainservices.csproj | Updated TargetFramework to nonexistent net10.0 (should be net8.0) |
| docs/orleans/grains/snippets-v3/code-generation/code-generation.csproj | Updated TargetFramework to nonexistent net10.0 (should be net8.0) |
docs/orleans/tutorials-and-samples/snippets-v3/custom-storage/custom-storage.csproj
Show resolved
Hide resolved
meaghanlewis
approved these changes
Feb 6, 2026
gewarren
approved these changes
Feb 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Nine Orleans 3.x documentation snippet projects were targeting net6.0, which reached end-of-life in November 2024. Updated all to net10.0 per agent instructions.
Changes
Updated
TargetFrameworkproperty fromnet6.0tonet10.0in 9 .csproj files across:docs/orleans/grains/snippets-v3/(code-generation, grainservices)docs/orleans/host/configuration-guide/snippets-v3/(client-config, local-dev, server-config)docs/orleans/host/snippets-v3/(client)docs/orleans/snippets-v3/(helloworld)docs/orleans/streaming/snippets-v3/(streams-quickstart)docs/orleans/tutorials-and-samples/snippets-v3/(custom-storage)Added explicit
TargetFrameworkproperty tohelloworld.csproj(was previously implicit)All Orleans package references remain at version 3.7.2. Validation confirmed all 37 Orleans snippet projects build successfully.
Original prompt
net6.0to LTS (or STS) version #51418💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.