Skip to content

Conversation

@Sergio0694
Copy link
Member

This PR removes the .NET 7 TFM from projects that still had it.

PR Checklist

  • Created a feature/dev branch in your fork (vs. submitting directly from a commit on main)
  • Based off latest main branch of toolkit
  • PR doesn't include merge commits (always rebase on top of our main, if needed)
  • Tested code with current supported SDKs
  • Tests for the changes have been added (for bug fixes / features) (if applicable)
  • Header has been added to all new source files (run build/UpdateHeaders.bat)
  • Contains NO breaking changes
  • Every new API (including internal ones) has full XML docs
  • Code follows all style conventions

@Sergio0694 Sergio0694 added build 🔥 Some changes or issues related to build infrastructure maintenance ⚙️ Some regular maintenance updates nuget 📦 Changes or issues related to NuGet publishing labels Nov 5, 2025
@Sergio0694 Sergio0694 force-pushed the dev/remove-net7.0 branch 2 times, most recently from 7014bff to 26378a6 Compare November 6, 2025 04:07
Replaces all conditional compilation checks for NET7_0_OR_GREATER with NET8_0_OR_GREATER and removes .NET 7.0 from the target frameworks in the project file. This ensures the codebase is aligned with .NET 8.0 features and APIs, simplifying maintenance and leveraging the latest platform improvements.
@Sergio0694 Sergio0694 merged commit dfa1d88 into main Nov 6, 2025
9 checks passed
@Sergio0694 Sergio0694 deleted the dev/remove-net7.0 branch November 6, 2025 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build 🔥 Some changes or issues related to build infrastructure maintenance ⚙️ Some regular maintenance updates nuget 📦 Changes or issues related to NuGet publishing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant