Error publishing .NET Core 2.0 web application to Azure App Service

后端 未结 4 1627
滥情空心
滥情空心 2021-02-10 11:05

I recently upgraded my Visual Studio 2017 Community Edition from version 15.6.2 to 15.6.3 and since then I have not been able to successfully deploy my .NET Core 2.0 web applica

4条回答
  •  醉梦人生
    2021-02-10 11:44

    I fixed the issue by deleting the sdk\2.1.102 folder as suggested by @NikolaiT and @Jerry Liu.

    I also found that the issue was fixed by upgrading to Visual Studio 2017 verion 15.6.4, as a new sdk was installed. The new sdk version was 2.1.103.

提交回复
热议问题