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

@ -1,19 +1,19 @@
{
"version": "1.0.0-*",
"dependencies": {
"TwoTargetLargeP3" : {
"TwoTargetLargeP3": {
"target": "project"
},
"TwoTargetLargeP4" : {
"TwoTargetLargeP4": {
"target": "project"
},
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc2-*"
},
"version": "1.0.0-rc3-004312"
}
},
"frameworks": {
"netcoreapp1.0": { },
"netstandard1.5": { }
"netcoreapp1.0": {},
"netstandard1.5": {}
}
}