Skip to content

Commit 10448ff

Browse files
Enable support for the arm64 architecture
1 parent 789b7e2 commit 10448ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

FineCodeCoverage2022/source.extension.vsixmanifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,18.0)">
1414
<ProductArchitecture>amd64</ProductArchitecture>
1515
</InstallationTarget>
16+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,18.0)">
17+
<ProductArchitecture>arm64</ProductArchitecture>
18+
</InstallationTarget>
1619
</Installation>
1720
<Dependencies>
1821
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.7,)" />

0 commit comments

Comments
 (0)