Add repository information to project files

This commit is contained in:
Victor Hurdugaci 2015-07-01 20:21:13 -07:00
parent 69d8e52bf9
commit f2e1f28908
2 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,10 @@
{
"description": "Runtime components for rendering Razor pages.",
"version": "4.0.0-*",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/razor"
},
"dependencies": {
"Microsoft.AspNet.Razor": "4.0.0-*",
"Microsoft.Framework.BufferEntryCollection.Sources": { "type": "build", "version": "1.0.0-*" },

View File

@ -1,6 +1,10 @@
{
"description": "Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor parser and code generation infrastructure.",
"version": "4.0.0-*",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/razor"
},
"dependencies": {
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" }
},