BethanysPieShopHR

Code for the Blazor: Getting Started course on Pluralsight.

8/29/2020

  1. Needed to change the target framework to NET 5.0 while using the 16.8.0 preview v.2 Visual Studio, in order to overcome compile error with "cannot convert from 'string' to 'in Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame'" error as per dotnet/aspnetcore#25267