79361036

Date: 2025-01-16 09:48:37
Score: 2
Natty:
Report link

Same problem with new version... package Microsoft.AspNetCore.Components.Authorization 9.0.1 is not compatible with net8.0

  1. Update from net8.0 to net9.0 your solution
  2. Update Microsoft.AspNetCore.Components.Authorization from 8.0.0 to 9.0.1
  3. Make sure you use the same version in the solution projects, consolidate

Or use 8.X.X versión with net8.0

Reasons:
  • RegEx Blacklisted phrase (1): Same problem
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: mainmind83