From b66da76c5c9d9a88bf6f992a97fe0316ea6a8c22 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Mon, 27 Jul 2015 12:27:30 -0700 Subject: [PATCH] Format project.json's. --- .../project.json | 74 +++++++++++-------- src/Microsoft.AspNet.Razor/project.json | 61 +++++++-------- 2 files changed, 75 insertions(+), 60 deletions(-) diff --git a/src/Microsoft.AspNet.Razor.Runtime/project.json b/src/Microsoft.AspNet.Razor.Runtime/project.json index 5aa9488534..9052af6d1b 100644 --- a/src/Microsoft.AspNet.Razor.Runtime/project.json +++ b/src/Microsoft.AspNet.Razor.Runtime/project.json @@ -1,36 +1,48 @@ { - "description": "Runtime components for rendering Razor pages.", - "version": "4.0.0-*", - "repository": { - "type": "git", - "url": "git://github.com/aspnet/razor" + "description": "Runtime components for rendering Razor pages.", + "version": "4.0.0-*", + "repository": { + "type": "git", + "url": "git://github.com/aspnet/razor" + }, + "dependencies": { + "Microsoft.AspNet.Html.Abstractions": "1.0.0-*", + "Microsoft.AspNet.Razor": "4.0.0-*", + "Microsoft.Framework.BufferEntryCollection.Sources": { + "type": "build", + "version": "1.0.0-*" }, - "dependencies": { - "Microsoft.AspNet.Html.Abstractions": "1.0.0-*", - "Microsoft.AspNet.Razor": "4.0.0-*", - "Microsoft.Framework.BufferEntryCollection.Sources": { "type": "build", "version": "1.0.0-*" }, - "Microsoft.Framework.ClosedGenericMatcher.Sources": { "type": "build", "version": "1.0.0-*" }, - "Microsoft.Framework.CopyOnWriteDictionary.Sources": { "type": "build", "version": "1.0.0-*" }, - "Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" } + "Microsoft.Framework.ClosedGenericMatcher.Sources": { + "type": "build", + "version": "1.0.0-*" }, - "frameworks": { - "net45": { - "frameworkAssemblies": { - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0" - } - }, - "dnx451": { - "frameworkAssemblies": { - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0" - } - }, - "dnxcore50": { - "dependencies": { - "System.Reflection.Extensions": "4.0.0-beta-*", - "System.Text.RegularExpressions": "4.0.10-beta-*" - } - } + "Microsoft.Framework.CopyOnWriteDictionary.Sources": { + "type": "build", + "version": "1.0.0-*" + }, + "Microsoft.Framework.NotNullAttribute.Sources": { + "type": "build", + "version": "1.0.0-*" } + }, + "frameworks": { + "net45": { + "frameworkAssemblies": { + "System.Xml": "4.0.0.0", + "System.Xml.Linq": "4.0.0.0" + } + }, + "dnx451": { + "frameworkAssemblies": { + "System.Xml": "4.0.0.0", + "System.Xml.Linq": "4.0.0.0" + } + }, + "dnxcore50": { + "dependencies": { + "System.Reflection.Extensions": "4.0.0-beta-*", + "System.Text.RegularExpressions": "4.0.10-beta-*" + } + } + } } diff --git a/src/Microsoft.AspNet.Razor/project.json b/src/Microsoft.AspNet.Razor/project.json index a22a9f4ae8..14e5ed37c3 100644 --- a/src/Microsoft.AspNet.Razor/project.json +++ b/src/Microsoft.AspNet.Razor/project.json @@ -1,32 +1,35 @@ { - "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-*" } - }, - "frameworks": { - "net45": { }, - "dnx451": { }, - "dnxcore50": { - "dependencies": { - "System.Collections": "4.0.10-beta-*", - "System.Diagnostics.Debug": "4.0.10-beta-*", - "System.Diagnostics.Tools": "4.0.0-beta-*", - "System.IO": "4.0.10-beta-*", - "System.IO.FileSystem": "4.0.0-beta-*", - "System.Linq": "4.0.0-beta-*", - "System.Reflection": "4.0.10-beta-*", - "System.Resources.ResourceManager": "4.0.0-beta-*", - "System.Runtime.Extensions": "4.0.10-beta-*", - "System.Threading": "4.0.10-beta-*", - "System.Threading.Tasks": "4.0.10-beta-*", - "System.Threading.Thread": "4.0.0-beta-*", - "System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*" - } - } + "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-*" } + }, + "frameworks": { + "net45": { }, + "dnx451": { }, + "dnxcore50": { + "dependencies": { + "System.Collections": "4.0.10-beta-*", + "System.Diagnostics.Debug": "4.0.10-beta-*", + "System.Diagnostics.Tools": "4.0.0-beta-*", + "System.IO": "4.0.10-beta-*", + "System.IO.FileSystem": "4.0.0-beta-*", + "System.Linq": "4.0.0-beta-*", + "System.Reflection": "4.0.10-beta-*", + "System.Resources.ResourceManager": "4.0.0-beta-*", + "System.Runtime.Extensions": "4.0.10-beta-*", + "System.Threading": "4.0.10-beta-*", + "System.Threading.Tasks": "4.0.10-beta-*", + "System.Threading.Thread": "4.0.0-beta-*", + "System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*" + } + } + } }