Skip to content
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

Target both .NET 8 and .NET 9 #349

Merged

Conversation

stefanolsen
Copy link
Contributor

Since .NET 9 will outlive .NET 8, I suppose a number of sites will stay on .NET 8 for some time.

This PR enables compilation for both .NET 8 and .NET 9. Unless you are strict on semantic versioning, where release 9 should only target .NET 9, then there should be no downsides to this change.

@valdisiljuconoks valdisiljuconoks merged commit 175e2fa into valdisiljuconoks:v9 Jan 6, 2025
1 of 3 checks passed
@valdisiljuconoks
Copy link
Owner

I merged without realizing that we cannot target both frameworks and still referencing 9.0.0 nuget packages. I did not verify this before merging. probably gonna revert..

@valdisiljuconoks
Copy link
Owner

yeah, reverted back for now

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