Updating samples

This commit is contained in:
John Luo 2016-03-30 15:01:39 -07:00
parent bd60507dcd
commit 4b6a38350e
1 changed files with 4 additions and 6 deletions

View File

@ -1,15 +1,13 @@
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNetCore.Http": "1.0.0-*"
"Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
},
"commands": {
"SampleApp": "SampleApp"
},
"frameworks": {
"dnx451": { }
"dnx451": {}
}
}
}