How To Upgrade Your Blazor WASM DotNet 6 Project to .Net 7 Azure Static Web Apps

preview_player
Показать описание
🏷️ #LoganDunning #blazor #dotnet7
👱🏼‍♂️ Logan Dunning 🛹 Skateboarding 📱Products 🧑‍💻Code

Join this channel to get access to perks:
Рекомендации по теме
Комментарии
Автор

Thanks. Currently this is the only guide available on the web.

citizendc
Автор

The server guys updated our webserver to dotnet 7.0 only
This stopped my dotnet 5.0 Blazor server app from working
I use VScode and command line as opposed to VS studio
Thanks to your tip at 1:22 about the version tag in the csproj file i simply
- installed dotnet 7.0 SDK on my pc
- changed the value in the tag to 7.0
- did a dotnet watch run
- did a publish
job done! thanks!

tubewatcher
Автор

Nope, you forgot to mention the breaking changes!!! Hope someone reads my comment before they try to upgrade.

Duelweb