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

@ -1,24 +1,34 @@
{ {
"description": "Features that enable globalization & localization of MVC applications.", "description": "Features that enable globalization & localization of MVC applications.",
"version": "6.0.0-*", "version": "6.0.0-*",
"compilationOptions": { "compilationOptions": {
"warningsAsErrors": false "warningsAsErrors": false
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNet.Localization": "1.0.0-*", "Microsoft.AspNet.Localization": "1.0.0-*",
"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"
"frameworks": { },
"dnx451": {}, "Microsoft.Framework.PropertyHelper.Sources": {
"dnxcore50": {} "version": "1.0.0-*",
}, "type": "build"
"exclude": [ }
"wwwroot", },
"node_modules", "frameworks": {
"bower_components" "dnx451": { },
] "dnxcore50": { }
},
"exclude": [
"wwwroot",
"node_modules",
"bower_components"
],
"repository": {
"type": "git",
"url": "https://github.com/aspnet/mvc"
}
} }