Skip to content

Commit

Permalink
fix compare
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Sep 1, 2018
1 parent 22607fc commit cc71386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/MSBuild.Sdk.Extras/Build/RIDs.targets
Expand Up @@ -144,7 +144,7 @@
</PropertyGroup>

<MSBuild
Projects="$(MSBuildProjectFullPath)" Condition="'$([System.Version]::Parse($(_SdkNETCoreSdkVersion)))' >= '$([System.Version]::Parse($(_SdkMinVersionWithDependencyTarget)))' "
Projects="$(MSBuildProjectFullPath)" Condition="'$([System.Version]::Parse($(_SdkNETCoreSdkVersion)).CompareTo($([System.Version]::Parse($(_SdkMinVersionWithDependencyTarget)))))' &gt;= '0' "
Targets="_GetFrameworksWithSuppressedDependencies"
Properties="TargetFramework=%(_TargetFrameworks.Identity);
BuildProjectReferences=false;">
Expand Down

0 comments on commit cc71386

Please sign in to comment.