diff --git a/build/Microsoft.DotNet.Cli.Compile.targets b/build/Microsoft.DotNet.Cli.Compile.targets index 75bce5b58..550a2dce0 100644 --- a/build/Microsoft.DotNet.Cli.Compile.targets +++ b/build/Microsoft.DotNet.Cli.Compile.targets @@ -197,8 +197,8 @@ CrossgenPath="$(CrossgenPath)" ReadyToRun="True" PlatformAssemblyPaths="@(PlatformAssemblies); - $(SharedFrameworkNameVersionPath); - @(CompileStageSdkDirectories)" /> + @(CompileStageSdkDirectories); + $(SharedFrameworkNameVersionPath)" />