Added repository information to project.json files

This commit is contained in:
Kiran Challa 2015-07-22 15:00:14 -07:00
parent 0a250fd79c
commit 064e2fe553
5 changed files with 116 additions and 82 deletions

View File

@ -12,5 +12,10 @@
"frameworks": { "frameworks": {
"dnx451": { } "dnx451": { }
},
"repository": {
"type": "git",
"url": "https://github.com/aspnet/localization"
} }
} }

View File

@ -6,7 +6,10 @@
"Microsoft.AspNet.Http.Extensions": "1.0.0-*", "Microsoft.AspNet.Http.Extensions": "1.0.0-*",
"Microsoft.Framework.Globalization.CultureInfoCache": "1.0.0-*", "Microsoft.Framework.Globalization.CultureInfoCache": "1.0.0-*",
"Microsoft.Framework.Localization.Abstractions": "1.0.0-*", "Microsoft.Framework.Localization.Abstractions": "1.0.0-*",
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" } "Microsoft.Framework.NotNullAttribute.Sources": {
"type": "build",
"version": "1.0.0-*"
}
}, },
"frameworks": { "frameworks": {
@ -20,5 +23,10 @@
"System.Threading": "4.0.10-beta-*" "System.Threading": "4.0.10-beta-*"
} }
} }
},
"repository": {
"type": "git",
"url": "https://github.com/aspnet/localization"
} }
} }

View File

@ -15,5 +15,10 @@
"System.Globalization": "4.0.10-beta-*" "System.Globalization": "4.0.10-beta-*"
} }
} }
},
"repository": {
"type": "git",
"url": "https://github.com/aspnet/localization"
} }
} }

View File

@ -3,7 +3,10 @@
"description": "Abstractions of application localization services.", "description": "Abstractions of application localization services.",
"dependencies": { "dependencies": {
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" } "Microsoft.Framework.NotNullAttribute.Sources": {
"type": "build",
"version": "1.0.0-*"
}
}, },
"frameworks": { "frameworks": {
@ -17,5 +20,10 @@
"System.Runtime": "4.0.20-beta-*" "System.Runtime": "4.0.20-beta-*"
} }
} }
},
"repository": {
"type": "git",
"url": "https://github.com/aspnet/localization"
} }
} }

View File

@ -5,7 +5,10 @@
"dependencies": { "dependencies": {
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-*", "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-*",
"Microsoft.Framework.Localization.Abstractions": "1.0.0-*", "Microsoft.Framework.Localization.Abstractions": "1.0.0-*",
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" }, "Microsoft.Framework.NotNullAttribute.Sources": {
"type": "build",
"version": "1.0.0-*"
},
"Microsoft.Framework.Runtime.Abstractions": "1.0.0-*" "Microsoft.Framework.Runtime.Abstractions": "1.0.0-*"
}, },
@ -23,5 +26,10 @@
"System.Threading": "4.0.10-beta-*" "System.Threading": "4.0.10-beta-*"
} }
} }
},
"repository": {
"type": "git",
"url": "https://github.com/aspnet/localization"
} }
} }