Format project.json's.

This commit is contained in:
N. Taylor Mullen 2015-07-27 12:27:30 -07:00
parent 4d0821f953
commit b66da76c5c
2 changed files with 75 additions and 60 deletions

View File

@ -8,10 +8,22 @@
"dependencies": { "dependencies": {
"Microsoft.AspNet.Html.Abstractions": "1.0.0-*", "Microsoft.AspNet.Html.Abstractions": "1.0.0-*",
"Microsoft.AspNet.Razor": "4.0.0-*", "Microsoft.AspNet.Razor": "4.0.0-*",
"Microsoft.Framework.BufferEntryCollection.Sources": { "type": "build", "version": "1.0.0-*" }, "Microsoft.Framework.BufferEntryCollection.Sources": {
"Microsoft.Framework.ClosedGenericMatcher.Sources": { "type": "build", "version": "1.0.0-*" }, "type": "build",
"Microsoft.Framework.CopyOnWriteDictionary.Sources": { "type": "build", "version": "1.0.0-*" }, "version": "1.0.0-*"
"Microsoft.Framework.NotNullAttribute.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-*"
}
}, },
"frameworks": { "frameworks": {
"net45": { "net45": {

View File

@ -6,7 +6,10 @@
"url": "git://github.com/aspnet/razor" "url": "git://github.com/aspnet/razor"
}, },
"dependencies": { "dependencies": {
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" } "Microsoft.Framework.NotNullAttribute.Sources": {
"type": "build",
"version": "1.0.0-*"
}
}, },
"frameworks": { "frameworks": {
"net45": { }, "net45": { },