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

@ -2,17 +2,19 @@
"version": "1.0.0-*",
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-rc3-004306",
"type": "platform"
},
"version": "1.0.0-rc3-004312",
"type": "platform"
}
},
"frameworks": {
"netcoreapp1.0": {
"imports": [ "portable-net451+win8" ]
"imports": [
"portable-net451+win8"
]
}
},
"runtimes": {
"win7-x64": {},
"win7-x86": {}
"win7-x64": {},
"win7-x86": {}
}
}