Updating dependencies from last known good builds

This commit is contained in:
eerhardt 2016-03-22 15:39:04 +00:00 committed by Eric Erhardt
parent 7a82a98e4c
commit 9bc478660a
96 changed files with 243 additions and 217 deletions

View file

@ -3,7 +3,6 @@
"compilationOptions": {
"emitEntryPoint": true
},
"frameworks": {
"netstandard1.5": {
"imports": [
@ -11,7 +10,10 @@
"portable-net45+win8"
],
"dependencies": {
"Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0-rc2-23911" }
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc2-23922"
}
}
}
}