Updating samples
This commit is contained in:
parent
bd60507dcd
commit
4b6a38350e
|
|
@ -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": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue