I'm attempting to try out LiveSharp in my Blazor project. However, just adding the LiveSharp assembly to the Blazor project results in this:

The project is just a a default project created with dotnet new blazorwasm --hosted and then have LiveSharp and Microsoft.AspNetCore.SignalR.Client.
I'm running dotnet5 RC1, with Microsoft.AspNetCore.Components.WebAssembly at version 5.0.0-rc.1.20451.17 in the project.