As of the VS 2015 SDK, they seem to have switched to NuGet as the source of the SDK reference assemblies, in order to make extension solutions more portable (i.e. developers don't need the whole SDK installed to work on extensions). However, I'm attempting to build a Team Explorer extension, which, according to the only tutorial I could find on the subject, requires objects from the Microsoft.TeamFoundation.Controls
assembly. Is there some version of this available from NuGet, so I can continue to avoid referencing the Reference Assemblies directly?
答案 0 :(得分:0)
是的,有一个。您需要运行命令:安装包Microsoft.TeamFoundation.ReferenceAssemblies 。检查this。
但是,如您所选,只有12.0版本,没有14.0版本可用。