Added description in project.json for all projects
This commit is contained in:
parent
473f642dde
commit
85d0ddc45a
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"description": "Runtime components for rendering Razor pages.",
|
||||
"version": "4.0.0-*",
|
||||
"dependencies": {
|
||||
"Microsoft.AspNet.Razor": "4.0.0-*"
|
||||
|
|
|
|||
|
|
@ -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": { },
|
||||
|
|
|
|||
Loading…
Reference in New Issue