Lower .NET Framework floor to net462; retarget release as v5.4.4#3123
Open
michaelcfanning wants to merge 1 commit into
Open
Lower .NET Framework floor to net462; retarget release as v5.4.4#3123michaelcfanning wants to merge 1 commit into
michaelcfanning wants to merge 1 commit into
Conversation
The dependency bumps in this release cycle require only net462 (System.Collections.Immutable, System.Reflection.Metadata 9.0.8 and System.Data.SqlClient 4.9.1 drop net461); net481 was not technically required. Lower the floor from net481 to net462 across all packages and downgrade the release from 5.5.0 to a 5.4.4 patch, since the effective consumer floor only moves net461->net462. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Lower the .NET Framework floor from
net481tonet462across all packages, and retarget this cycle's release as a5.4.4patch (was5.5.0).The dependency bumps landed in #3120 require only
net462—System.Collections.Immutable/System.Reflection.Metadata9.0.8 andSystem.Data.SqlClient4.9.1 dropnet461.net481was not technically required. Since the effective consumer floor only movesnet461->net462, a patch is warranted rather than a minor.Changes
net481->net462across all csproj/nuspec/psm1 (14 files).VersionPrefix5.5.0 -> 5.4.4.ReleaseHistory.md: retarget the section to v5.4.4; the floor change is folded into the dependencyDEPbullet.Validation
dotnet build -c Release: 0 warnings / 0 errors.Supersedes the closed release PR #3122.