Skip to content

Add .NET 9 support, remove .NET 6 #422

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jan 31, 2025
Merged

Add .NET 9 support, remove .NET 6 #422

merged 4 commits into from
Jan 31, 2025

Conversation

jasongin
Copy link
Member

  • Update global.json to .NET 9 instead of .NET 8.
  • Replace the .NET 6 target everywhere with .NET 9
    • Keep supporting .NET 8 and .NET Framework 4.7.2
    • .NET 8 is still the default for some things since 8 is LTS and 9 is not.
  • Fix some minor compatibility issues with .NET 9 SDK.
  • Use Node.js v22 instead of v20 in build pipelines.
    • Keep testing with Node.js v18 also.
  • Update package version from 0.8 to 0.9

At this point all the tests are passing, but I want to make sure the example projects are in good shape too before checking this in.

@jasongin jasongin merged commit bb2575c into main Jan 31, 2025
14 checks passed
@jasongin jasongin deleted the dev/jasongin/dotnet9 branch January 31, 2025 18:38
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.

2 participants