There was no runtime pack for Microsoft.AspNetCore.App available for the specified RuntimeIdentifier 'browser-wasm'

后端 未结 6 977
太阳男子
太阳男子 2020-12-16 00:11

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

6条回答
  •  离开以前
    2020-12-16 01:05

    I faced the same issue and asked Microsoft about that under this post: https://github.com/dotnet/aspnetcore/issues/27738

    You need to update your projects to use below SDK's;

    Client - Microsoft.NET.Sdk.BlazorWebAssembly
    Server - Microsoft.NET.Sdk.Web
    Shared - Microsoft.NET.Sdk
    

提交回复
热议问题