-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Is your feature request related to a problem? Please describe.
Trying to upgrade or create new project for .NET 10 doesn't seem to work properly. My assumption is new items were added to the identity system.
Describe the solution you'd like
Support for new and upgraded projects to work for .NET 10
Describe alternatives you've considered
.NET 9 has a LTS and will be sunset in the next few months, cannot upgrade current website to use new .NET 10 features or will have to write custom code which closely matches this code.
Additional context
I have tried a few things hoping it would be an easy fix to get current version working but keep running into a new issue every time I move forward. I tried a new project just to see if it was some kind of legacy issue. But I think its related to new items added in the new release. If there is a work around let me know.
Thanks,