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 @@ -1276,7 +1276,7 @@ Copyright (c) .NET Foundation. All rights reserved.
1276
1276
<MinimumMSBuildVersion>$(MinimumMSBuildVersion)</MinimumMSBuildVersion>
1277
1277
<BundledMSBuildVersion>$(BundledMSBuildVersion)</BundledMSBuildVersion>
1278
1278
<_MSBuildVersionMajorMinor>%24([System.Version]::Parse('%24(MSBuildVersion)').ToString(2))</_MSBuildVersionMajorMinor>
1279
- <_IsDisjointMSBuildVersion>%24([MSBuild]::VersionGreaterThan ('%24(_MSBuildVersionMajorMinor)', '$(_BundledMSBuildVersionMajorMinor)'))</_IsDisjointMSBuildVersion>
1279
+ <_IsDisjointMSBuildVersion>%24([MSBuild]::VersionNotEquals ('%24(_MSBuildVersionMajorMinor)', '$(_BundledMSBuildVersionMajorMinor)'))</_IsDisjointMSBuildVersion>
1280
1280
</PropertyGroup>
1281
1281
</Project>
1282
1282
]]>
You can’t perform that action at this time.
0 commit comments