【发布时间】:2016-09-16 12:23:23
【问题描述】:
当我尝试使用 Team Services 运行测试时,出现以下错误
2016-09-16T11:01:12.0816791Z The specified framework 'Microsoft.NETCore.App', version '1.0.1' was not found.
2016-09-16T11:01:12.0826785Z - Check application dependencies and target a framework version installed at:
2016-09-16T11:01:12.0826785Z C:\Program Files\dotnet\shared\Microsoft.NETCore.App
2016-09-16T11:01:12.0826785Z - The following versions are installed:
2016-09-16T11:01:12.0836784Z 1.0.0
2016-09-16T11:01:12.0836784Z 1.0.0-rc2-3002702
2016-09-16T11:01:12.0846787Z - Alternatively, install the framework version '1.0.1'.
2016-09-16T11:01:12.0846787Z SUMMARY: Total: 1 targets, Passed: 0, Failed: 1.
我想我只是等到 tfsonline 赶上来......或者我可以做些什么来使用某种预览 tfsonline?
【问题讨论】:
标签: tfs azure-devops mstest .net-core