BionicFramework / BionicCLI

Bionic Framework CLI - Ionic Framework CLI clone to build and deploy PWAs and Mobile Apps using Blazor
MIT License
58 stars 4 forks source link

Update Bionic to work with DotNet 3.1 #19

Closed bmsantos closed 4 years ago

bmsantos commented 4 years ago

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.