Update CoreFx, SharedFx to rc3-24126-00, rc3-004312

This commit is contained in:
Eric Erhardt 2016-05-26 13:11:22 -05:00
parent eff981d3db
commit cc178d425f
162 changed files with 399 additions and 380 deletions

View file

@ -9,7 +9,7 @@
"netstandard1.5": {
"imports": "dnxcore50",
"dependencies": {
"Microsoft.NETCore.App": "1.0.0-rc3-004306"
"Microsoft.NETCore.App": "1.0.0-rc3-004312"
}
},
"net451": {}

View file

@ -5,11 +5,16 @@
"preserveCompilationContext": true
},
"dependencies": {
"Microsoft.NETCore.App": "1.0.0-rc3-004306",
"Microsoft.NETCore.App": "1.0.0-rc3-004312",
"DependencyContextValidator": "1.0.0-*"
},
"frameworks": {
"netcoreapp1.0": { "imports": ["dnxcore50", "portable-net45+win8"] }
"netcoreapp1.0": {
"imports": [
"dnxcore50",
"portable-net45+win8"
]
}
},
"runtimes": {
"win7-x64": {},
@ -21,4 +26,4 @@
"rhel.7.2-x64": {},
"debian.8-x64": {}
}
}
}

View file

@ -4,11 +4,16 @@
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.NETCore.App": "1.0.0-rc3-004306",
"Microsoft.NETCore.App": "1.0.0-rc3-004312",
"DependencyContextValidator": "1.0.0-*"
},
"frameworks": {
"netcoreapp1.0": { "imports": ["dnxcore50", "portable-net45+win8"] }
"netcoreapp1.0": {
"imports": [
"dnxcore50",
"portable-net45+win8"
]
}
},
"runtimes": {
"win7-x64": {},
@ -20,4 +25,4 @@
"rhel.7.2-x64": {},
"debian.8-x64": {}
}
}
}

View file

@ -7,7 +7,7 @@
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc3-004306"
"version": "1.0.0-rc3-004312"
},
"DependencyContextValidator": "1.0.0-*"
},
@ -19,4 +19,4 @@
]
}
}
}
}

View file

@ -6,7 +6,7 @@
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc3-004306"
"version": "1.0.0-rc3-004312"
},
"DependencyContextValidator": "1.0.0-*"
},
@ -18,4 +18,4 @@
]
}
}
}
}