Skip to content

Lower .NET Framework floor to net462; retarget release as v5.4.4#3123

Open
michaelcfanning wants to merge 1 commit into
devfrom
users/mikefan/net462-floor
Open

Lower .NET Framework floor to net462; retarget release as v5.4.4#3123
michaelcfanning wants to merge 1 commit into
devfrom
users/mikefan/net462-floor

Conversation

@michaelcfanning

Copy link
Copy Markdown
Member

Lower the .NET Framework floor from net481 to net462 across all packages, and retarget this cycle's release as a 5.4.4 patch (was 5.5.0).

The dependency bumps landed in #3120 require only net462System.Collections.Immutable / System.Reflection.Metadata 9.0.8 and System.Data.SqlClient 4.9.1 drop net461. net481 was not technically required. Since the effective consumer floor only moves net461 -> net462, a patch is warranted rather than a minor.

Changes

  • net481 -> net462 across all csproj/nuspec/psm1 (14 files).
  • VersionPrefix 5.5.0 -> 5.4.4.
  • ReleaseHistory.md: retarget the section to v5.4.4; the floor change is folded into the dependency DEP bullet.

Validation

  • dotnet build -c Release: 0 warnings / 0 errors.
  • net462 WorkItems tests: 57/57 pass (16 + 41).

Supersedes the closed release PR #3122.

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>
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