Skip to content

Commit 0bafe6e

Browse files
committed
Declare support for VS2026.
1 parent 9e6558f commit 0bafe6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

EditorConfigGuidelines/source.extension.vsixmanifest

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
<Tags>.editorconfig,guidelines</Tags>
1010
</Metadata>
1111
<Installation>
12-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
12+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 19.0)">
1313
<ProductArchitecture>amd64</ProductArchitecture>
1414
</InstallationTarget>
15-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
15+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 19.0)">
1616
<ProductArchitecture>arm64</ProductArchitecture>
1717
</InstallationTarget>
1818
</Installation>
1919
<Dependencies>
2020
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
2121
</Dependencies>
2222
<Prerequisites>
23-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" />
23+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,19.0)" DisplayName="Visual Studio core editor" />
2424
</Prerequisites>
2525
<Assets>
2626
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />

0 commit comments

Comments
 (0)