File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Installer/redist-installer/targets Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1277,7 +1277,7 @@ Copyright (c) .NET Foundation. All rights reserved.
1277
1277
<MinimumMSBuildVersion>$(MinimumMSBuildVersion)</MinimumMSBuildVersion>
1278
1278
<BundledMSBuildVersion>$(BundledMSBuildVersion)</BundledMSBuildVersion>
1279
1279
<_MSBuildVersionMajorMinor>%24([System.Version]::Parse('%24(MSBuildVersion)').ToString(2))</_MSBuildVersionMajorMinor>
1280
- <_IsDisjointMSBuildVersion>%24([MSBuild]::VersionNotEquals ('%24(_MSBuildVersionMajorMinor)', '$(_BundledMSBuildVersionMajorMinor)'))</_IsDisjointMSBuildVersion>
1280
+ <_IsDisjointMSBuildVersion>%24([MSBuild]::VersionLessThan ('%24(_MSBuildVersionMajorMinor)', '$(_BundledMSBuildVersionMajorMinor)'))</_IsDisjointMSBuildVersion>
1281
1281
</PropertyGroup>
1282
1282
</Project>
1283
1283
]]>
You can’t perform that action at this time.
0 commit comments