Using Radzen.Blazor in Razor-Classlibrary

Hey guys,

I'm currently struggling to use the Radzen.Blazor components in my Razor classlib.
I created the Razor classlib and added the Nuget-Package for Radzen.Blazor, but I can't add the using statement, the namespace is still unknown.

So here is my csproj content of my Razor lib:
.csproj on pastebin

Maybe you’ve not executed dotnet restore and the package is still missing

Thanks for the reply, I did execute dotnet restore in my Razorlib and solution, but it states that all projects are on the latest state.

The strange thing I just noticed:
In my Razorlib the Package for Radzen is empty, in my Webassembly project the contents of Radzen are properly there.