I can use the Microsoft.AspNetCore.Components.Authorization namespace in my Blazor Server Project. However, I can't get it to work in my Razor Class Library project.
I even added the same Nuget Libraries and mirrored the _Imports.razor file, but the library project doesn't recognize this namespace. Is there some limitation or am I doing something wrong?