Merged
Conversation
- Target net9.0 across all src, test, sample, and benchmark projects - Update EF Core and Microsoft.Extensions packages from 6.0.0 to 9.0.3 - Update test packages: xunit 2.9.3, xunit.runner.visualstudio 2.8.2, Microsoft.NET.Test.Sdk 17.12.0, coverlet.collector 6.0.4 - Update BenchmarkDotNet from 0.12.1 to 0.14.0 - Update Microsoft.SourceLink.GitHub from 1.0.0 to 8.0.0 - Remove legacy V1/V2 multi-version build system (netstandard2.0/2.1) - Remove IsExternalInit polyfill (provided natively by net9.0) - Remove conditional compilation guards for EFCORETRIGGERED2/3 - Clean up solution configurations (remove DebugV1/V2/ReleaseV1/V2) - Add global.json pinning SDK 9.0.200 - Update CI workflows to use dotnet 9.0.x BREAKING CHANGE: Minimum target framework is now net9.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
benmccallum
requested changes
Mar 10, 2026
Member
benmccallum
left a comment
There was a problem hiding this comment.
This might be cleaner if you're bringing in a global.json file
anthony-keller
commented
Mar 10, 2026
Co-authored-by: Ben McCallum <ben.mccallum@live.com.au>
Change the <LangVersion> in Directory.Build.props from 'latest' to 'default' to rely on the SDK's language version selection. This avoids forcing bleeding-edge C# features and ensures consistent, stable builds across different environments and SDK versions.
benmccallum
approved these changes
Mar 10, 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.
Summary
BREAKING CHANGE: Minimum target framework is now
net9.0Test plan
dotnet build EntityFrameworkCore.Triggered.sln— 0 errors, 0 warningsdotnet test EntityFrameworkCore.Triggered.sln— 244 tests passdotnet build EntityFrameworkCore.Triggered.Samples.slnf— samples build cleandotnet pack EntityFrameworkCore.Triggered.Core.slnf -c Release— 5 NuGet packages created🤖 Generated with Claude Code