Trying to migrate from ASP.NET Core 3.1 to 5.0 using this guide provided by Microsoft.
Installed SDK 5.0.100-rc.1 with runtimes. Updated project as guide says and sti
Thanks for your help, In my case, I have to followup steps mentioned by @Kasta and official guide.
I make sure that below SDK changes are in place,Thank you @OzanYasinDogan for mentioning this helps.
Microsoft.NET.Sdk.BlazorWebAssemblyMicrosoft.NET.Sdk.WebMicrosoft.NET.SdkIn my case, I had to
browser-wasm and
true .
Mentioned hereMicrosoft.AspNetCore.Components.WebAssembly.BuildServer which was version 3.xx.xx causing conflicts from Blazor.Client Project file.