fullstackhero / blazor-starter-kit

Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
MIT License
3.48k stars 730 forks source link

Feature/to dot net6 #377

Closed jeremiedevos closed 2 years ago

jeremiedevos commented 2 years ago

I have updated the target framework to dot net 6 for all projects within the solution. Further, I have updated all other NuGet packages to their newest versions for all projects within the solution.

I have tested the upgrades to dot net 6 within vs 2022 on my machine. Further, I have checked various features like adding/editing and removing products to check if it was still working.

NOTE: When building, make sure to empty all the cashing in the browser, otherwise you might receive various errors.

dsoronda commented 2 years ago

We can close this one now. Fixed with #396