Add repository information to project files

This commit is contained in:
Victor Hurdugaci 2015-07-01 20:13:32 -07:00
parent f724fefbda
commit fd038b7b91
2 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,10 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 cross platform development web server.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/kestrelhttpserver"
},
"dependencies": {
"Microsoft.AspNet.Hosting": "1.0.0-*",
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*"

View File

@ -1,6 +1,10 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 cross platform development web server.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/kestrelhttpserver"
},
"dependencies": {
"Microsoft.Framework.Runtime.Abstractions": "1.0.0-*"
},