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

@ -5,11 +5,16 @@
"outputName": "AppWithContentPackage"
},
"dependencies": {
"Microsoft.NETCore.App": "1.0.0-rc3-004306",
"Microsoft.NETCore.App": "1.0.0-rc3-004312",
"SharedContentA": "1.0.0-*"
},
"frameworks": {
"netcoreapp1.0": { "imports": ["netstandardapp1.5", "dnxcore50"] }
"netcoreapp1.0": {
"imports": [
"netstandardapp1.5",
"dnxcore50"
]
}
},
"runtimes": {
"win7-x64": {},
@ -21,4 +26,4 @@
"rhel.7.2-x64": {},
"debian.8-x64": {}
}
}
}