зеркало из https://github.com/github/VisualStudio.git
Miscellaneous cleanup
This commit is contained in:
Родитель
7fbeaf5fcd
Коммит
6ebbf9e571
|
@ -38,7 +38,7 @@ namespace GitHub.Services
|
|||
}
|
||||
}
|
||||
|
||||
// NOTE: We're being careful to only reference VSGitExt14/VSGitExt15/VSGitExt16 from inside a lambda expression.
|
||||
// NOTE: We're being careful to only reference VSGitExt14 and VSGitExt15 from inside a lambda expression.
|
||||
// This ensures that only the type that's compatible with the running DTE version is loaded.
|
||||
static IVSGitExt Create(Func<IVSGitExt> factory) => factory.Invoke();
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
</Installation>
|
||||
<Dependencies>
|
||||
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
|
||||
<Dependency Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" d:Source="Installed" Version="[14.0,]" />
|
||||
<Dependency Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" d:Source="Installed" Version="[14.0,)" />
|
||||
<Dependency Id="Microsoft.VisualStudio.TeamFoundation.TeamExplorer.Extensions" DisplayName="Team Explorer" d:Source="Installed" Version="[14.0,)" />
|
||||
</Dependencies>
|
||||
<Assets>
|
||||
|
|
Загрузка…
Ссылка в новой задаче