Skip to content

Commit aa91811

Browse files
authored
Fix supportedOn reference for DisableMigrationDialog (#173)
1 parent a8c9a4f commit aa91811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settingFiles/admx/VisualStudio.admx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@
464464
key="SOFTWARE\Policies\Microsoft\VisualStudio\Setup"
465465
valueName="DisableMigrationDialog">
466466
<parentCategory ref="InstallandUpdateSettings" />
467-
<supportedOn ref="VisualStudio2026_AndHigher" />
467+
<supportedOn ref="VisualStudio2026AndHigher" />
468468
<enabledValue>
469469
<decimal value="1" />
470470
</enabledValue>

0 commit comments

Comments
 (0)