Added repository information to Localization project

This commit is contained in:
Kiran Challa 2015-07-22 14:46:53 -07:00
parent 6106375306
commit 06c8c79a0b
1 changed files with 32 additions and 22 deletions

View File

@ -9,8 +9,14 @@
"Microsoft.AspNet.Mvc.Razor": "6.0.0-*", "Microsoft.AspNet.Mvc.Razor": "6.0.0-*",
"Microsoft.Framework.DependencyInjection": "1.0.0-*", "Microsoft.Framework.DependencyInjection": "1.0.0-*",
"Microsoft.Framework.Localization": "1.0.0-*", "Microsoft.Framework.Localization": "1.0.0-*",
"Microsoft.Framework.NotNullAttribute.Sources": { "version": "1.0.0-*", "type": "build" }, "Microsoft.Framework.NotNullAttribute.Sources": {
"Microsoft.Framework.PropertyHelper.Sources": { "version": "1.0.0-*", "type": "build" } "version": "1.0.0-*",
"type": "build"
},
"Microsoft.Framework.PropertyHelper.Sources": {
"version": "1.0.0-*",
"type": "build"
}
}, },
"frameworks": { "frameworks": {
"dnx451": { }, "dnx451": { },
@ -20,5 +26,9 @@
"wwwroot", "wwwroot",
"node_modules", "node_modules",
"bower_components" "bower_components"
] ],
"repository": {
"type": "git",
"url": "https://github.com/aspnet/mvc"
}
} }