Add repository information to project files

This commit is contained in:
Victor Hurdugaci 2015-07-01 19:48:35 -07:00
parent 26a6b5dc33
commit 4cbc9ace9c
5 changed files with 20 additions and 0 deletions

View File

@ -1,6 +1,10 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 diagnostics middleware abstractions.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/diagnostics"
},
"compilationOptions": { "warningsAsErrors": true },
"frameworks": {
"dnx451": { },

View File

@ -1,6 +1,10 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 Middleware to capture and display the request logs.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/diagnostics"
},
"dependencies": {
"Microsoft.AspNet.Diagnostics": "1.0.0-*",
"Microsoft.Framework.Logging.Abstractions": "1.0.0-*",

View File

@ -1,6 +1,10 @@
{
"version": "7.0.0-*",
"description": "ASP.NET 5 Middleware for Entity Framework error pages.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/diagnostics"
},
"compilationOptions": {
"warningsAsErrors": true
},

View File

@ -1,6 +1,10 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 Middleware for error handling, error pages, and diagnostics information.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/diagnostics"
},
"dependencies": {
"Microsoft.AspNet.Diagnostics.Abstractions": "1.0.0-*",
"Microsoft.AspNet.Http.Extensions": "1.0.0-*",

View File

@ -1,5 +1,9 @@
{
"version": "1.0.0-*",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/diagnostics"
},
"dependencies": {
"Microsoft.AspNet.Diagnostics.Elm": "1.0.0-*",
"Microsoft.AspNet.Diagnostics.Entity": "7.0.0-*",