Skip to content

Commit a6124b2

Browse files
authored
Fix cyclic dependency error when upgrading VS 2022 (#989)
1 parent 00bc3b8 commit a6124b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vsix/Component/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
<Asset Type="Microsoft.Windows.CppWinRT.|%CurrentProject%;GetCppWinRTVersion|.nupkg" Source="File" Path="Microsoft.Windows.CppWinRT.|%CurrentProject%;GetCppWinRTVersion|.nupkg" VsixSubPath="Packages" />
3030
</Assets>
3131
<Prerequisites>
32-
<Prerequisite Id="Microsoft.VisualStudio.Component.CppWinRT" Version="[16.10,)" DisplayName="CppWinRT" />
32+
<Prerequisite Id="Microsoft.VisualStudio.Component.VC.CoreBuildTools" Version="[16.0,18.0)" DisplayName="CppWinRT" />
3333
</Prerequisites>
3434
</PackageManifest>

0 commit comments

Comments
 (0)