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

Commit 7fbeaf5

Browse files
committed
Allow any ..Component.CoreEditor version
Changed [15.0.25824.0,16.0) to [15.0.25824.0,) for Microsoft.VisualStudio.Component.CoreEditor.
1 parent 6e4c1f3 commit 7fbeaf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="File" Path="Rothko.dll" />
4040
</Assets>
4141
<Prerequisites>
42-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.25824.0,16.0)" DisplayName="Visual Studio core editor" />
42+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.25824.0,)" DisplayName="Visual Studio core editor" />
4343
</Prerequisites>
4444
</PackageManifest>

0 commit comments

Comments
 (0)