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

Commit 1245b78

Browse files
authored
Merge branch 'master' into fixes/update-octokit-graphql
2 parents a5fbe9e + e344d20 commit 1245b78

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/GitHub.VisualStudio.Vsix/source.extension.vsixmanifest

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@
1414
</Metadata>
1515
<Installation AllUsers="true" Experimental="false">
1616
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,17.0)" />
17-
<InstallationTarget Id="Microsoft.VisualStudio.IntegratedShell" Version="[15.0,17.0)" />
1817
</Installation>
1918
<Dependencies>
2019
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
2120
<Dependency Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" d:Source="Installed" Version="[14.0,)" />
22-
<Dependency Id="Microsoft.VisualStudio.TeamFoundation.TeamExplorer.Extensions" DisplayName="Team Explorer" d:Source="Installed" Version="[14.0,)" />
2321
</Dependencies>
2422
<Assets>
2523
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="GitHub.Exports" Path="|GitHub.Exports|" />
@@ -45,4 +43,4 @@
4543
<Prerequisites>
4644
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.25824.0,)" DisplayName="Visual Studio core editor" />
4745
</Prerequisites>
48-
</PackageManifest>
46+
</PackageManifest>

0 commit comments

Comments
 (0)