fullstackhero / blazor-wasm-boilerplate

Clean Architecture Boilerplate Template for .NET 6.0 Blazor WebAssembly built for FSH WebAPI with the goodness of MudBlazor Components.

Home Page:https://fullstackhero.net/blazor-webassembly-boilerplate/general/getting-started/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade to .NET 7

dsolteszopyn opened this issue · comments

Hi. Anybody try move this boilerplate to .Net 7? Web part I upgraded to .Net 7 without problems but API part have troubles with it.

I have upgraded both client and server but for server i'm only using the sql provider. I think the other providers don't all have a .net 7 version yet

Yep. MySQL and Oracle don't for Postgre exist 7.0 version.
@dsolteszopyn you issues with nuget packages?

I am using Mysql so I do not have an option to upgrade.