Building out an MVP in Server-Side Blazor and I noticed that the Blazor.App project uses Net Standard 2.0, and of course all of my projects for the backend are .Net Core 2.1....It seems to me that since the Blazor.App is running completely on the server, ...