Added description in project.json for all projects

This commit is contained in:
Kirthi Krishnamraju 2014-10-29 11:38:09 -07:00
parent 473f642dde
commit 85d0ddc45a
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{
"description": "Runtime components for rendering Razor pages.",
"version": "4.0.0-*",
"dependencies": {
"Microsoft.AspNet.Razor": "4.0.0-*"

View File

@ -1,4 +1,5 @@
{
"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-*",
"frameworks": {
"net45": { },