Update Bionic to work with DotNet 3.1
bmsantos opened this issue · 0 comments
bmsantos commented
Fix Bionic CLI to work with new Blazor definitions.
For example:
1 - .cshtml are now .razor pages
2 - @functions is now @code
3 - Blazor package imports are now to be defined in _imports.razor file
And any other details.