Azure websites with .NET 4.5.2

我的梦境 提交于 2020-01-02 16:19:10

问题


According to this semi-official answer here, Azure websites now supports .NET 4.5.2:

https://stackoverflow.com/a/23554969/68231

However, when I visit the Kudu debug console, it doesn't show that .NET 4.5.2 is installed:

And indeed, when I try to push out a website targeted to .NET 4.5.2, Kudu refuses to build and deploy the website in question, with errors like this:

Areas\Integration\Controllers\TwitterController.cs(18,31): error CS0012: The type 'System.Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. [D:\home\site\repository\Payboard.Web\Payboard.Web.csproj]

What am I missing? Is there something I need to do to get 4.5.2 installed? Or...?

来源:https://stackoverflow.com/questions/28686271/azure-websites-with-net-4-5-2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!