在.Net 5 Core beta2中找不到System.Convert

Ric*_*mes 4 asp.net-core-mvc asp.net-core

我们最近将我们的MVC 6项目升级到beta2,而.Net Core抱怨它无法使用System.Convert.有人能告诉我这个被移动了吗?

错误示例

我的项目JSON包含以下Core:

"aspnetcore50": {
    "dependencies": {
        "System.Runtime": "4.0.20-beta-22416",
        "System.Threading.Tasks": "4.0.10-beta-22416",
        "System.Net.Http": "4.0.0-beta-22416",
        "Newtonsoft.Json": "6.0.6.0",
        "System.Collections": "4.0.10-beta-22416"
    }
}
Run Code Online (Sandbox Code Playgroud)

Vic*_*aci 7

您可以使用非官方软件包搜索网站查看某个API所在的软件包.

System.ConvertSystem.Runtime.Extensions,如果你使用的是CoreCLR(aspnetcore50)