There are that i see:



But as i understand empty project after "Loading..." label should show something
Also, when i tried to run any sample projects written in Blazor, i got the same thing
Also, i have installed VS 2017 of earlier edition on my PC.
What does ”dotnet —version” give you?
2.1.300-preview1-008174
I had the same issue when I forgot to install .NET Core 2.1 Preview 1 SDK.
I think you should install version 2.1.300-preview2-008533.
@VladislavFurdak @cmc19 See here.
https://blogs.msdn.microsoft.com/webdev/2018/04/17/blazor-0-2-0-release-now-available/
It works, thanks!
I have everything mentioned above, but I'm still just getting a blank page. There's app tag with an empty router tag.
@asprich Could you please open a separate issue with the details of your project and environment so that we can investigate?
Most helpful comment
It works, thanks!