I'm trying to scaffold Identity in my Asp.net MVC project, but I always get the error:
There was an error runnning the selected code generator: 'Package restore failed. Rolling back package changes for 'myProject'
I read that some people resolve that issue with clicking on the 'update all' button but I can't do that because i am using .net6 and some packagas upgrade too were they depend on .net7I have tried updating all relevant dependencies to the same version, but still no luck.Any suggestions or ideas that I can try?