0
當我嘗試運行我的團隊服務的測試,我得到以下錯誤.NET核心1.0.1 mstests Visual Studio團隊服務(TFS是在線)
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?
這是一個很好的鏈接,我猜想及時它會得到更新。 –