Updating CoreFx, CoreClr, Roslyn, CoreSetup, DiaSymReader to rc3-24208-04, rc3-24208-04, beta1-20160608-03, rc3-004425, rc2-60608-04 respectively

This commit is contained in:
Eric Erhardt 2016-06-08 22:56:25 -05:00
parent 7f13f6d3b6
commit f43aad780c
167 changed files with 271 additions and 271 deletions

View file

@ -11,7 +11,7 @@
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc3-004415"
"version": "1.0.0-rc3-004425"
}
},
"imports": [

View file

@ -2,7 +2,7 @@
"version": "1.0.0-*",
"dependencies": {
"PackageWithFakeNativeDep": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-rc3-24207-03"
"Microsoft.NETCore.Platforms": "1.0.1-rc3-24208-04"
},
"buildOptions": {
"emitEntryPoint": true

View file

@ -4,7 +4,7 @@
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-20113",
"Microsoft.AspNetCore.Hosting": "1.0.0-rc2-20113",
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-20254",
"Microsoft.NETCore.Platforms": "1.0.1-rc3-24207-03"
"Microsoft.NETCore.Platforms": "1.0.1-rc3-24208-04"
},
"buildOptions": {
"emitEntryPoint": true,

View file

@ -4,7 +4,7 @@
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-20113",
"Microsoft.AspNetCore.Hosting": "1.0.0-rc2-20113",
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-20254",
"Microsoft.NETCore.Platforms": "1.0.1-rc3-24207-03"
"Microsoft.NETCore.Platforms": "1.0.1-rc3-24208-04"
},
"buildOptions": {
"platform": "anycpu32bitpreferred",

View file

@ -4,7 +4,7 @@
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-20113",
"Microsoft.AspNetCore.Hosting": "1.0.0-rc2-20113",
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-20254",
"Microsoft.NETCore.Platforms": "1.0.1-rc3-24207-03"
"Microsoft.NETCore.Platforms": "1.0.1-rc3-24208-04"
},
"buildOptions": {
"emitEntryPoint": true,

View file

@ -9,7 +9,7 @@
"frameworks": {
"netstandard1.6": {
"dependencies": {
"NETStandard.Library": "1.6.0-rc3-24207-03"
"NETStandard.Library": "1.6.0-rc3-24208-04"
},
"imports": [
"portable-net45+win8",