【发布时间】:2020-05-10 07:31:36
【问题描述】:
使用部署中心(在应用服务中)部署 .net core 3.1 应用时,我得到以下信息 失败错误:
"error NETSDK1045: The current .NET SDK does not support targeting .NET Core 3.1. Either target .NET Core 2.2 or lower, or use a version of the .NET SDK that supports .NET Core 3.1"
在环境中部署 .net core 2.1 应用程序对我来说很好。我应该怎么做才能解决问题?
【问题讨论】:
标签: azure azure-web-app-service asp.net-core-3.1