Add repository information to project files

This commit is contained in:
Victor Hurdugaci 2015-07-01 19:59:11 -07:00
parent 00b5cdc4a2
commit 430c55440b
5 changed files with 20 additions and 0 deletions

View File

@ -1,6 +1,10 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 Hosting abstractions.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/hosting"
},
"dependencies": {
"Microsoft.AspNet.Http.Abstractions": "1.0.0-*",
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-*",

View File

@ -1,5 +1,9 @@
{
"version": "1.0.0-*",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/hosting"
},
"dependencies": {
"Microsoft.AspNet.FeatureModel": "1.0.0-*",
"Microsoft.Framework.Configuration.Abstractions": "1.0.0-*"

View File

@ -1,6 +1,10 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 core hosting infrastructure and startup logic for web applications.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/hosting"
},
"compilationOptions": { "warningsAsErrors": "true" },
"dependencies": {
"Microsoft.AspNet.FileProviders.Physical": "1.0.0-*",

View File

@ -1,6 +1,10 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 helpers to deploy applications to IIS Express, IIS, WebListener and Kestrel for testing.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/hosting"
},
"dependencies": {
"Microsoft.AspNet.Testing": "1.0.0-*",
"Microsoft.Framework.Logging.Abstractions": "1.0.0-*",

View File

@ -1,6 +1,10 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 web server for writing and running tests.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/hosting"
},
"dependencies": {
"Microsoft.AspNet.Hosting": "1.0.0-*",
"Microsoft.Framework.NotNullAttribute.Sources": { "version": "1.0.0-*", "type": "build" }