This commit is contained in:
Brice Lambson 2014-05-28 14:36:10 -07:00
parent 083601c539
commit 9cb6325bf3
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
"Microsoft.Framework.ConfigurationModel.Json": "0.1-alpha-build-*" "Microsoft.Framework.ConfigurationModel.Json": "0.1-alpha-build-*"
}, },
"configurations" : { "configurations" : {
"net45" : { "net451" : {
"dependencies": { "dependencies": {
"System.Runtime" : "", "System.Runtime" : "",
"System.Data": "", "System.Data": "",

View File

@ -23,7 +23,7 @@
"run": "run server.urls=http://localhost:5003" "run": "run server.urls=http://localhost:5003"
}, },
"configurations": { "configurations": {
"net45": { "net451": {
}, },
"k10": { "k10": {
} }