Skip to content

Commit abf1319

Browse files
committed
Merge branch 'main' into dev
2 parents 84a5d2a + 515caa3 commit abf1319

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

VisualStudioDiscordRPC.Dev17/source.extension.vsixmanifest

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@
1919
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Enterprise">
2020
<ProductArchitecture>amd64</ProductArchitecture>
2121
</InstallationTarget>
22+
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">
23+
<ProductArchitecture>arm64</ProductArchitecture>
24+
</InstallationTarget>
25+
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Pro">
26+
<ProductArchitecture>arm64</ProductArchitecture>
27+
</InstallationTarget>
28+
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Enterprise">
29+
<ProductArchitecture>arm64</ProductArchitecture>
30+
</InstallationTarget>
2231
</Installation>
2332
<Dependencies>
2433
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />

0 commit comments

Comments
 (0)