Bump .NET 11 SDK and packages to preview 6#10115
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s .NET 11 preview toolchain and related net11.0 dependency set to preview 6, keeping local development and CI/workflows aligned on the same SDK/package baseline.
Changes:
- Bump
global.jsonto .NET SDK11.0.100-preview.6.26359.118. - Update net11.0 preview package versions (ASP.NET Core, EF Core, Extensions, System.*, Npgsql EF) from preview.5 to preview.6.
- Update CI/release/coverage/benchmarks workflows to use the .NET 11 preview.6 SDK.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
src/Directory.Packages.props |
Updates net11.0-conditioned package versions to preview.6. |
global.json |
Pins repo SDK to 11.0.100-preview.6.26359.118. |
.github/workflows/release.yml |
Uses preview.6 in release workflow SDK installs. |
.github/workflows/coverage.yml |
Uses preview.6 in coverage workflow SDK installs. |
.github/workflows/ci.yml |
Uses preview.6 in CI workflow SDK installs. |
.github/workflows/benchmarks.yml |
Bumps the dotnet-install script version to preview.6 for benchmarks runs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
glen-84
marked this pull request as draft
July 16, 2026 14:41
glen-84
marked this pull request as ready for review
July 19, 2026 09:31
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.
Summary
11.0.100-preview.6.26359.118(global.jsonand the CI, coverage, release, and benchmarks workflows) and the net11.0 preview packages (ASP.NET Core, EF Core, Npgsql, Extensions, and System.*) to preview.6.Basic.Reference.Assembliesto 1.8.10 so the analyzer tests compile against the preview.6 net11.0 reference assemblies.Microsoft.AspNetCore.OpenApipreview.6 emits.Test plan
dotnet test src/HotChocolate/Data/test/Data.PostgreSQL.Tests --framework net11.0— passed.dotnet test src/HotChocolate/Adapters/test/Adapters.OpenApi.Tests --framework net11.0— passed.dotnet test src/HotChocolate/Diagnostics/test/Diagnostics.Tests --framework net11.0— passed.Types.Analyzers.Tests,Types.Analyzers.Integration.Tests,Mocha.Analyzers.Tests) on net11.0 — passed.