This commit is contained in:
Jamie Cansdale 2018-08-30 19:52:15 +01:00
Родитель 7fbeaf5fcd
Коммит 6ebbf9e571
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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>