Format project.json's.
This commit is contained in:
parent
4d0821f953
commit
b66da76c5c
|
|
@ -1,36 +1,48 @@
|
||||||
{
|
{
|
||||||
"description": "Runtime components for rendering Razor pages.",
|
"description": "Runtime components for rendering Razor pages.",
|
||||||
"version": "4.0.0-*",
|
"version": "4.0.0-*",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/aspnet/razor"
|
"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.Framework.ClosedGenericMatcher.Sources": {
|
||||||
"Microsoft.AspNet.Html.Abstractions": "1.0.0-*",
|
"type": "build",
|
||||||
"Microsoft.AspNet.Razor": "4.0.0-*",
|
"version": "1.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-*" }
|
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"Microsoft.Framework.CopyOnWriteDictionary.Sources": {
|
||||||
"net45": {
|
"type": "build",
|
||||||
"frameworkAssemblies": {
|
"version": "1.0.0-*"
|
||||||
"System.Xml": "4.0.0.0",
|
},
|
||||||
"System.Xml.Linq": "4.0.0.0"
|
"Microsoft.Framework.NotNullAttribute.Sources": {
|
||||||
}
|
"type": "build",
|
||||||
},
|
"version": "1.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-*"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"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-*"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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.",
|
"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-*",
|
"version": "4.0.0-*",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"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",
|
||||||
"frameworks": {
|
"version": "1.0.0-*"
|
||||||
"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-*"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"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-*"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue