diff --git a/src/SourceBuild/content/repo-projects/sdk.proj b/src/SourceBuild/content/repo-projects/sdk.proj index 1b658be6c..42c274813 100644 --- a/src/SourceBuild/content/repo-projects/sdk.proj +++ b/src/SourceBuild/content/repo-projects/sdk.proj @@ -12,12 +12,6 @@ $(BuildCommandArgs) /p:PortableRid=$(_baseOS)-$(Platform) $(BuildCommandArgs) /p:TargetRid=$(TargetRid) - - <_platformIndex>$(NETCoreSdkPortableRuntimeIdentifier.LastIndexOf('-')) - <_baseOS>$(NETCoreSdkPortableRuntimeIdentifier.Substring(0, $(_platformIndex))) - $(BuildCommandArgs) /p:PortableRid=$(_baseOS)-$(Platform) - $(BuildCommandArgs) /p:TargetRid=$(TargetRid) - $(BuildCommandArgs) /p:NativeAotSupported=false