Updating CoreFx to rc2-24015

This commit is contained in:
eerhardt 2016-04-15 05:25:53 +00:00
parent 880dcf2fc8
commit 070650ebac
98 changed files with 196 additions and 196 deletions

View file

@ -1,13 +1,13 @@
{
"version": "1.0.0-*",
"dependencies": {
"PackageWithFakeNativeDep": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.0-rc2-24008"
"PackageWithFakeNativeDep": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.0-rc2-24015"
},
"compilationOptions": {
"emitEntryPoint": true
},
"frameworks": {
"net451": { }
"net451": {}
}
}

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.0-rc2-24008"
"Microsoft.NETCore.Platforms": "1.0.0-rc2-24015"
},
"compilationOptions": {
"emitEntryPoint": true
@ -13,6 +13,6 @@
"../src/*.cs"
],
"frameworks": {
"net451": { }
"net451": {}
}
}

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.0-rc2-24008"
"Microsoft.NETCore.Platforms": "1.0.0-rc2-24015"
},
"compilationOptions": {
"platform": "anycpu32bitpreferred",
@ -14,6 +14,6 @@
"../src/*.cs"
],
"frameworks": {
"net451": { }
"net451": {}
}
}

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.0-rc2-24008"
"Microsoft.NETCore.Platforms": "1.0.0-rc2-24015"
},
"compilationOptions": {
"emitEntryPoint": true
@ -13,11 +13,11 @@
"../src/*.cs"
],
"frameworks": {
"net451": { }
"net451": {}
},
"runtimes": {
"win7-x86": {},
"win7-x64": {},
"osx.10.11-x64": {}
"win7-x86": {},
"win7-x64": {},
"osx.10.11-x64": {}
}
}