Added description in project.json for all projects

This commit is contained in:
Kirthi Krishnamraju 2014-10-29 10:20:52 -07:00
parent 07ff6eb3be
commit 028a2359a4
8 changed files with 8 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{
"description": "The core runtime components of ASP.NET MVC.",
"version": "6.0.0-*",
"compilationOptions": {
"warningsAsErrors": true

View File

@ -1,4 +1,5 @@
{
"description": "Temporary abstractions for working with header values in ASP.NET MVC. These abstractions will be replaced by core HTTP abstractions in ASP.NET in a future release.",
"version": "1.0.0-*",
"dependencies": { },
"frameworks": {

View File

@ -1,4 +1,5 @@
{
"description": "The ASP.NET MVC model binding components for binding data from a request to an object model.",
"version": "6.0.0-*",
"compilationOptions": {
"warningsAsErrors": true

View File

@ -1,4 +1,5 @@
{
"description": "Design time hosting infrastructure for the ASP.NET MVC Razor view engine.",
"version": "6.0.0-*",
"compilationOptions": {
"warningsAsErrors": true

View File

@ -1,4 +1,5 @@
{
"description": "The Razor view engine for ASP.NET MVC.",
"version": "6.0.0-*",
"compilationOptions": {
"warningsAsErrors": false

View File

@ -1,4 +1,5 @@
{
"description": "Contains a default set of Tag Helpers for building ASP.NET MVC applications.",
"version": "6.0.0-*",
"compilationOptions": {
"warningsAsErrors": true

View File

@ -1,4 +1,5 @@
{
"description": "Provides compatibility in ASP.NET MVC with ASP.NET Web API 2 to simplify migration of existing Web API implementations.",
"version": "6.0.0-*",
"compilationOptions": {
"warningsAsErrors": false

View File

@ -1,4 +1,5 @@
{
"description": "ASP.NET MVC is a web framework that gives you a powerful, patterns-based way to build dynamic websites and Web APIs. ASP.NET MVC enables a clean separation of concerns and gives you full control over markup.",
"version": "6.0.0-*",
"compilationOptions": {
"warningsAsErrors": true