Skip to content

Commit 8b6275e

Browse files
committed
Fix SpectrumSolution to use vs2026 only
1 parent 40ba5ac commit 8b6275e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.sharpmake.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ public SpectrumSolution()
391391
AddTargets(new CustomTarget
392392
{
393393
Platform = Platform.win64,
394-
DevEnv = DevEnv.vs2026 | DevEnv.vs2022,
394+
DevEnv = DevEnv.vs2026,
395395
Optimization = Optimization.Release,
396396
Mode = Mode.Debug | Mode.Profile | Mode.Retail
397397
});

0 commit comments

Comments
 (0)