Update package dependencies to rc2-24008

This commit is contained in:
Matt Ellis 2016-04-07 23:47:47 -07:00 committed by Piotr Puszkiewicz
parent b184ba23e6
commit d0ac16129d
114 changed files with 356 additions and 375 deletions

View file

@ -10,10 +10,9 @@
"netstandard1.5": {
"imports": "dnxcore50",
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23931",
"NETStandard.Library": "1.5.0-rc2-24008"
}
},
"net451": {
}
"net451": {}
}
}

View file

@ -5,7 +5,7 @@
"preserveCompilationContext": true
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23931",
"NETStandard.Library": "1.5.0-rc2-24008",
"DependencyContextValidator": "1.0.0-*"
},
"frameworks": {

View file

@ -4,7 +4,7 @@
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23931",
"NETStandard.Library": "1.5.0-rc2-24008",
"DependencyContextValidator": "1.0.0-*"
},
"frameworks": {

View file

@ -6,14 +6,14 @@
},
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc2-23931"
"type": "platform",
"version": "1.0.0-rc2-24008"
},
"DependencyContextValidator": "1.0.0-*"
},
"frameworks": {
"netstandard1.5": {
"imports" : "dnxcore50"
"imports": "dnxcore50"
}
}
}

View file

@ -1,18 +1,18 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true,
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc2-23931"
"type": "platform",
"version": "1.0.0-rc2-24008"
},
"DependencyContextValidator": "1.0.0-*"
},
"frameworks": {
"netstandard1.5": {
"imports" : "dnxcore50"
"imports": "dnxcore50"
}
}
}