-
-
Notifications
You must be signed in to change notification settings - Fork 500
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
I think it's the right time to upgrade to .NET 6 :) #169
Comments
Just an FYI - I tried upgrading to .NET6 locally and ran into the following error on startup: TypeLoadException: Could not load type 'Microsoft.AspNetCore.Http.Features.IHttpBufferingFeature' from assembly 'Microsoft.AspNetCore.Http.Features, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.
To fix:
That should be it; as far as I can tell. |
Created PR #171 for this |
Great, but it would also use the latest features that .NET 6 allows. Do you want to do that ? :) |
Seems that the project already has this upgrade developed and merged, can be closed that issue? |
Mads, please, do you have this in plan ?
The text was updated successfully, but these errors were encountered: