Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Remove dependency on TeamExplorer.Extensions #2470

Merged
merged 2 commits into from
Mar 9, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove IntegratedShell InstallationTarget
  • Loading branch information
jcansdale authored Mar 9, 2020
commit eef647f48994cfa533dd407a41ec752ad6755e76
1 change: 0 additions & 1 deletion src/GitHub.VisualStudio.Vsix/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
</Metadata>
<Installation AllUsers="true" Experimental="false">
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,17.0)" />
<InstallationTarget Id="Microsoft.VisualStudio.IntegratedShell" Version="[15.0,17.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
Expand Down