-
Notifications
You must be signed in to change notification settings - Fork 86
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
Add support for net9.0 #257
Conversation
@qmfrederik Apologies for the ping, however I have been unable to deploy my app since upgrading to .NET 9 due to this not being supported. Could you please review this and let me know if I need to change anything else? |
+1 to this. We could use NET 9 support as well. I rolled our application back to NET 8 until this is resolved. |
Sadly I am not able to roll back to .NET 8 as I've added some of the new features in .NET Aspire 9 to make development and testing a bit easier. So until this is released I'm stuck unable to build the .rpm packages for my application, thankfully its still in a somewhat early development phase so deployment isn't really needed outside of testing currently. If this gets closer to the time I'm ready to release my first version and still isn't merged I may just hard fork this repo and maintain my own build of it on nuget.org. |
@CorruptComputer Would you mind to rebase this PR so we get CI going? |
5fc9379
to
a6a388c
Compare
Sure no problem at all, should be rebased now. |
Thanks @CorruptComputer ! |
Version 0.1.226 should be live on NuGet. |
Used #246 as a guide for what needed to change.
net6.0 and net7.0 are out of support now and are probably safe to remove, left those in since that seemed like it should be outside the scope of this PR to me.