fullstackhero / blazor-wasm-boilerplate

Clean Architecture Boilerplate Template for .NET 6.0 Blazor WebAssembly built for FSH WebAPI with the goodness of MudBlazor Components.
https://fullstackhero.net/blazor-webassembly-boilerplate/general/getting-started/
MIT License
529 stars 324 forks source link

Upgrade to .NET 7 #240

Open dsolteszopyn opened 2 years ago

techbuzzz commented 1 year ago

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.

dsolteszopyn commented 1 year ago

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

techbuzzz commented 1 year ago

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

kirkey commented 1 year ago

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