-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Blazor templates for ASP.NET Core 2.1 #16282
Comments
I would guess it's more to do with whether Blazor moves from experimental to supported. If MSFT would hurry up and confirm it's going ahead you would get more usage. |
Add additional For full framework, the template needs to:
|
@danroth27 I'm happy to have a go at this one. Is it just a case of updating the various json files in the .template.config folders for each of the two templates and the .csproj files? |
We think so, but we'll have to test to make sure. Feel free to have a go at it! |
I'm about there with the changes. I've just got one question. In the BlazorHosted.CSharp.Server.csproj file the project is targeting netstandard2.0 and not netcoreapp2.0 is there a specific reason for this? |
@chrissainty The server project is an ASP.NET Core project that runs on .NET Core, so it targets |
@danroth27 Apologies my copy of that file was targeting |
@SteveSandersonMS I think this one is done, correct? |
Looks like there is quite a bit of drop off in the number of people that successfully create a Blazor template after getting the VSIX. One hypothesis is that they can't find the templates. Currently the Blazor templates only show up if you select .NET Core and ASP.NET Core 2.0 in the "New ASP.NET Core Web Application" dialog. It would help if the Blazor templates showed up when the .NET Framework is selected and for ASP.NET Core 2.1.
The text was updated successfully, but these errors were encountered: