diff --git a/src/internal/WixInternal.MSTestSupport/MsbuildRunner.cs b/src/internal/WixInternal.MSTestSupport/MsbuildRunner.cs index 69fc7292f..ed2384dd8 100644 --- a/src/internal/WixInternal.MSTestSupport/MsbuildRunner.cs +++ b/src/internal/WixInternal.MSTestSupport/MsbuildRunner.cs @@ -8,7 +8,7 @@ namespace WixInternal.MSTestSupport public class MsbuildRunner : ExternalExecutable { - private static readonly string VswhereFindArguments = "-property installationPath -version [17.0,18.0)"; + private static readonly string VswhereFindArguments = "-property installationPath -version [17.0,19.0)"; private static readonly string MsbuildCurrentRelativePath = @"MSBuild\Current\Bin\MSBuild.exe"; private static readonly string MsbuildCurrentRelativePath64 = @"MSBuild\Current\Bin\amd64\MSBuild.exe"; diff --git a/src/internal/WixInternal.TestSupport/MsbuildRunner.cs b/src/internal/WixInternal.TestSupport/MsbuildRunner.cs index 2cbf5e915..965b22f5b 100644 --- a/src/internal/WixInternal.TestSupport/MsbuildRunner.cs +++ b/src/internal/WixInternal.TestSupport/MsbuildRunner.cs @@ -8,7 +8,7 @@ namespace WixInternal.TestSupport public class MsbuildRunner : ExternalExecutable { - private static readonly string VswhereFindArguments = "-property installationPath -version [17.0,18.0)"; + private static readonly string VswhereFindArguments = "-property installationPath -version [17.0,19.0)"; private static readonly string MsbuildCurrentRelativePath = @"MSBuild\Current\Bin\MSBuild.exe"; private static readonly string MsbuildCurrentRelativePath64 = @"MSBuild\Current\Bin\amd64\MSBuild.exe";