Updating the System.Reflection.Metadata version and changing the order of platform assemblies passed to crossgen.

This commit is contained in:
Livar Cunha 2016-08-17 14:09:36 -07:00
parent 51ea2e6014
commit 86f8115ee7
3 changed files with 5 additions and 4 deletions

View file

@ -197,8 +197,8 @@
CrossgenPath="$(CrossgenPath)"
ReadyToRun="True"
PlatformAssemblyPaths="@(PlatformAssemblies);
$(SharedFrameworkNameVersionPath);
@(CompileStageSdkDirectories)" />
@(CompileStageSdkDirectories);
$(SharedFrameworkNameVersionPath)" />
<!-- Generate .version file -->
<WriteLinesToFile File="$(SdkOutputDirectory)/.version"

View file

@ -11,7 +11,7 @@
"NuGet.Configuration": "3.6.0-beta.1.msbuild.1",
"NuGet.Packaging": "3.6.0-beta.1.msbuild.1",
"NuGet.RuntimeModel": "3.6.0-beta.1.msbuild.1",
"System.Reflection.Metadata": "1.3.0"
"System.Reflection.Metadata": "1.4.1-beta-24410-02"
},
"frameworks": {
"net451": {

View file

@ -12,7 +12,8 @@
"target": "project"
},
"Microsoft.DiaSymReader": "1.0.8",
"Microsoft.DiaSymReader.Native": "1.4.0-rc2"
"Microsoft.DiaSymReader.Native": "1.4.0-rc2",
"System.Reflection.Metadata": "1.4.1-beta-24410-02"
},
"frameworks": {
"net451": {},