From 86f8115ee753e481fdf850e6f61bd6c9fe04cee6 Mon Sep 17 00:00:00 2001 From: Livar Cunha Date: Wed, 17 Aug 2016 14:09:36 -0700 Subject: [PATCH] Updating the System.Reflection.Metadata version and changing the order of platform assemblies passed to crossgen. --- build/Microsoft.DotNet.Cli.Compile.targets | 4 ++-- src/Microsoft.DotNet.ProjectModel/project.json | 2 +- src/Microsoft.Extensions.Testing.Abstractions/project.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) 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)" />