Rename packages. Bump versions to -alpha6

This commit is contained in:
SteveSandersonMS
2015-11-05 14:23:11 -08:00
parent 54aad643c8
commit 717fb37034
19 changed files with 26 additions and 24 deletions

View File

@@ -0,0 +1,35 @@
{
"version": "1.0.0-alpha6",
"description": "Microsoft.AspNet.AngularServices Class Library",
"authors": [
"Microsoft"
],
"tags": [
""
],
"projectUrl": "",
"licenseUrl": "",
"tooling": {
"defaultNamespace": "Microsoft.AspNet.AngularServices"
},
"frameworks": {
"dnx451": {},
"dnxcore50": {
"dependencies": {
"Microsoft.CSharp": "4.0.1-beta-*",
"System.Collections": "4.0.11-beta-*",
"System.Linq": "4.0.1-beta-*",
"System.Runtime": "4.0.21-beta-*",
"System.Threading": "4.0.11-beta-*"
}
}
},
"dependencies": {
"Microsoft.AspNet.NodeServices": "1.0.0-alpha6",
"Microsoft.AspNet.Mvc.TagHelpers": "6.0.0-beta8",
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8"
},
"resource": [
"Content/**/*"
]
}