Skip to content

Commit 4c555f2

Browse files
committed
1 parent f2caf78 commit 4c555f2

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Kool.EditProject.2022/Kool.EditProject.2022.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<PrivateAssets>all</PrivateAssets>
111111
</PackageReference>
112112
<PackageReference Include="Microsoft.VSSDK.BuildTools">
113-
<Version>17.0.5232</Version>
113+
<Version>17.5.4072</Version>
114114
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
115115
<PrivateAssets>all</PrivateAssets>
116116
</PackageReference>

Kool.EditProject.2022/source.extension.vsixmanifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,18.0)">
1313
<ProductArchitecture>amd64</ProductArchitecture>
1414
</InstallationTarget>
15+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,18.0)">
16+
<ProductArchitecture>arm64</ProductArchitecture>
17+
</InstallationTarget>
1518
</Installation>
1619
<Prerequisites>
1720
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,)" DisplayName="Visual Studio core editor" />

0 commit comments

Comments
 (0)