Updating dependencies from last known good builds

This commit is contained in:
eerhardt 2016-03-25 16:48:25 -05:00
parent 46db1a69bd
commit ed887d183a
100 changed files with 208 additions and 190 deletions

View file

@ -12,7 +12,7 @@
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc2-23924"
"version": "1.0.0-rc2-23925"
}
}
}

View file

@ -1,14 +1,20 @@
{
"compilationOptions": {
"emitEntryPoint": true
},
"frameworks": {
"netstandard1.5": {
"imports": [ "dnxcore50", "portable-net45+win8" ],
"dependencies": {
"Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0-rc2-23924" },
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
}
}
"compilationOptions": {
"emitEntryPoint": true
},
"frameworks": {
"netstandard1.5": {
"imports": [
"dnxcore50",
"portable-net45+win8"
],
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc2-23925"
},
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
}
}
}
}

View file

@ -9,7 +9,7 @@
"portable-net45+win8"
],
"dependencies": {
"Microsoft.NETCore.App": "1.0.0-rc2-23924"
"Microsoft.NETCore.App": "1.0.0-rc2-23925"
}
}
},