Hi I just upgraded to Visual Studio Community 2019 Preview
VS Community 2019 Preview version 16.2.0 Preview 3.0
a) I did the following:
follow this link for instruction to install below 1,2,3:
for .netcore SDK and .netCore runtime :
https://dotnet.microsoft.com/download/dotnet-core/3.0
1) SDK 3.0.100-preview6-012264
for Runtime
2) runtime 3.0,0-preview6-27804-01
3) Install Blazor Extension
https://marketplace.visualstudio.com/items?itemName=aspnet.blazor
b) Create Blazor app using
Use Blazor (Asp.net core Hosted). After selected this template, no blazor project is shown as below: Note: If I have not install Blazor Extension, I wont have this template show up.
Please help to solve this issue.
Anyway to use CMD prompt to check each of the required component like Blazor Extension and others?
Update:
I did dotnet --info and i got below info. I did install above 1,2,and 3
Microsoft Windows [Version 10.0.17134.829]
(c) 2018 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>dotnet --info It was not possible to find any installed dotnet SDKs Did you mean to run dotnet SDK commands? Please install dotnet SDK from: https://aka.ms/dotnet-download
Host (useful for support): Version: 3.0.0-preview6-27804-01 Commit: fdf81c6faf
.NET Core SDKs installed: No SDKs were found.
.NET Core runtimes installed: Microsoft.AspNetCore.App 3.0.0-preview6.19307.2 [C:\Program Files (x86)\dotnet\shared\Microsoft.AspNetCore.App] Microsoft.NETCore.App 2.0.6 [C:\Program Files (x86)\dotnet\shared\Microsoft.NETCore.App] Microsoft.NETCore.App 2.2.5 [C:\Program Files (x86)\dotnet\shared\Microsoft.NETCore.App] Microsoft.NETCore.App 3.0.0-preview6-27804-01 [C:\Program Files (x86)\dotnet\shared\Microsoft.NETCore.App]
Thanks
