I have an existing .Net 5 Blazor Server application. No authentication or authorization at this point. I am attempting to add Microsoft Identity via scaffolding but continue to get the the following error when I attempt to scaffold Identity into the project which I can not resolve "There was an error in the selected code generator 'Package restore failed. Rolling back package changes [MySolujtionName] Server."
Thing's I have tried:
- Batch-Build - Clean Solution
- Batch Build - Rebuild Solution
- Tools --> Options --> Nuget Package Manager --> Clear All Nuget Caches then repeat above steps
So far no luck and I continue to get the same error.
