Move packages under top-level 'src' folder

This commit is contained in:
SteveSandersonMS
2016-01-26 15:06:36 +00:00
parent 5e5b12dc54
commit 47c956cc4d
43 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,23 @@
{
"version": "1.0.0-alpha7-1",
"description": "Microsoft.AspNet.SpaServices",
"authors": [
"Microsoft"
],
"tags": [
""
],
"projectUrl": "",
"licenseUrl": "",
"dependencies": {
"Microsoft.AspNet.Mvc": "6.0.0-rc1-final",
"Microsoft.AspNet.Routing": "1.0.0-rc1-final"
},
"frameworks": {
"net451": { },
"dotnet5.4": {
"dependencies": {
}
}
}
}