This version of Microsoft.AspNetCore.All is only compatible with the netcoreapp2.1 target framework

后端 未结 10 1191
无人共我
无人共我 2021-02-04 23:24

When I try to publish my application to the web server after upgrading to .NET Core 2.1 from 2.0, I get this message: \"This version of Microsoft.AspNetCore.All is only compatib

10条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-05 00:06

    Sorry for late reply,

    I got this error now and found the solution.

    We need to change TargetFramework version in PublishProfiles to netcoreapp2.2

    <_SavePWD>True
    <_DestinationType>AzureWebSite
    netcoreapp2.2
    false
    <_IsPortable>true
    

提交回复
热议问题