Skip to content

Commit

Permalink
Merge pull request #149 from craigktreasure/craig/support-arm64
Browse files Browse the repository at this point in the history
Enable support for VS 2022 ARM64
  • Loading branch information
madskristensen authored Jul 29, 2024
2 parents 8a8443f + 730121e commit f65765f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AddAnyFile.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,11 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.SDK" ExcludeAssets="runtime">
<Version>17.0.0-previews-4-31709-430</Version>
<Version>17.10.40171</Version>
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VSSDK.BuildTools">
<Version>17.0.4207-preview4</Version>
<Version>17.11.414</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
3 changes: 3 additions & 0 deletions src/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[17.0,18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[17.0,18.0)">
<ProductArchitecture>arm64</ProductArchitecture>
</InstallationTarget>
</Installation>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,)" DisplayName="Visual Studio core editor" />
Expand Down

0 comments on commit f65765f

Please sign in to comment.