1
0
Fork 0

fix(msix): MaxVersionTested 26100→26220 — 25H2 셸 익스텐션 컨텍스트 메뉴 등록 복구

Windows 11 25H2(빌드 26220)에서 MaxVersionTested가 OS보다 낮아 PackagedCom 셸 익스텐션(IExplorerCommand)이 게이트되어 1차 우클릭 메뉴에 등록되지 않던 문제. MaxVersionTested를 현재 OS로 올려 등록 복구 확인(ClassIndex 등록 검증됨).
This commit is contained in:
Yun Chan 2026-06-01 17:02:55 +09:00
parent e30559b3cd
commit 529fbd593e

View file

@ -22,7 +22,7 @@
</Properties>
<Dependencies>
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.19041.0" MaxVersionTested="10.0.26100.0" />
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.19041.0" MaxVersionTested="10.0.26220.0" />
</Dependencies>
<Resources>