Reformat project.json

Reformat project.json

Fix typo
This commit is contained in:
Hisham Abdullah Bin Ateya 2015-07-30 07:42:44 +03:00 committed by Kirthi Krishnamraju
parent 59d957df31
commit 01d0b5db22
6 changed files with 34 additions and 52 deletions

View File

@ -1,21 +1,17 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"description": "Generates a list of known culture names from the OS using CultureInfo.GetCultures. This tool is intended to be run on Windows using full .NET Framework.", "description": "Generates a list of known culture names from the OS using CultureInfo.GetCultures. This tool is intended to be run on Windows using full .NET Framework.",
"dependencies": {
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-*"
},
"commands": {
"CultureInfoGenerator": "CultureInfoGenerator"
},
"frameworks": {
"dnx451": { }
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/aspnet/localization" "url": "https://github.com/aspnet/localization"
},
"dependencies": {
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-*"
},
"commands": {
"CultureInfoGenerator": "CultureInfoGenerator"
},
"frameworks": {
"dnx451": { }
} }
} }

View File

@ -1,7 +1,10 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"description": "Middleware for automatically applying culture information to HTTP requests.", "description": "Middleware for automatically applying culture information to HTTP requests.",
"repository": {
"type": "git",
"url": "https://github.com/aspnet/localization"
},
"dependencies": { "dependencies": {
"Microsoft.AspNet.Http.Extensions": "1.0.0-*", "Microsoft.AspNet.Http.Extensions": "1.0.0-*",
"Microsoft.Framework.Globalization.CultureInfoCache": "1.0.0-*", "Microsoft.Framework.Globalization.CultureInfoCache": "1.0.0-*",
@ -11,7 +14,6 @@
"version": "1.0.0-*" "version": "1.0.0-*"
} }
}, },
"frameworks": { "frameworks": {
"dnx451": { }, "dnx451": { },
"dnxcore50": { "dnxcore50": {
@ -23,10 +25,5 @@
"System.Threading": "4.0.10-beta-*" "System.Threading": "4.0.10-beta-*"
} }
} }
},
"repository": {
"type": "git",
"url": "https://github.com/aspnet/localization"
} }
} }

View File

@ -1,10 +1,12 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"description": "Provides cached instances of CultureInfo using a generated list of known culture names for use in scenarios where unbounded CultureInfo creation is undesirable.", "description": "Provides cached instances of CultureInfo using a generated list of known culture names for use in scenarios where unbounded CultureInfo creation is undesirable.",
"repository": {
"type": "git",
"url": "https://github.com/aspnet/localization"
},
"dependencies": { "dependencies": {
}, },
"frameworks": { "frameworks": {
"dnx451": { }, "dnx451": { },
"dnxcore50": { "dnxcore50": {
@ -15,10 +17,5 @@
"System.Globalization": "4.0.10-beta-*" "System.Globalization": "4.0.10-beta-*"
} }
} }
},
"repository": {
"type": "git",
"url": "https://github.com/aspnet/localization"
} }
} }

View File

@ -1,14 +1,16 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"description": "Abstractions of application localization services.", "description": "Abstractions of application localization services.",
"repository": {
"type": "git",
"url": "https://github.com/aspnet/localization"
},
"dependencies": { "dependencies": {
"Microsoft.Framework.NotNullAttribute.Sources": { "Microsoft.Framework.NotNullAttribute.Sources": {
"type": "build", "type": "build",
"version": "1.0.0-*" "version": "1.0.0-*"
} }
}, },
"frameworks": { "frameworks": {
"dnx451": { }, "dnx451": { },
"dnxcore50": { "dnxcore50": {
@ -20,10 +22,5 @@
"System.Runtime": "4.0.20-beta-*" "System.Runtime": "4.0.20-beta-*"
} }
} }
},
"repository": {
"type": "git",
"url": "https://github.com/aspnet/localization"
} }
} }

View File

@ -1,7 +1,10 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"description": "Application localization services.", "description": "Application localization services.",
"repository": {
"type": "git",
"url": "https://github.com/aspnet/localization"
},
"dependencies": { "dependencies": {
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-*", "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-*",
"Microsoft.Framework.Localization.Abstractions": "1.0.0-*", "Microsoft.Framework.Localization.Abstractions": "1.0.0-*",
@ -11,7 +14,6 @@
}, },
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-*" "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"dnx451": { }, "dnx451": { },
"dnxcore50": { "dnxcore50": {
@ -26,10 +28,5 @@
"System.Threading": "4.0.10-beta-*" "System.Threading": "4.0.10-beta-*"
} }
} }
},
"repository": {
"type": "git",
"url": "https://github.com/aspnet/localization"
} }
} }

View File

@ -4,11 +4,6 @@
"xunit.runner.dnx": "2.1.0-*", "xunit.runner.dnx": "2.1.0-*",
"Microsoft.Framework.Localization": "1.0.0-*" "Microsoft.Framework.Localization": "1.0.0-*"
}, },
"commands": {
"test": "xunit.runner.dnx"
},
"frameworks": { "frameworks": {
"dnx451": { }, "dnx451": { },
"dnxcore50": { "dnxcore50": {
@ -16,5 +11,8 @@
"System.Reflection": "4.0.10-beta-*" "System.Reflection": "4.0.10-beta-*"
} }
} }
},
"commands": {
"test": "xunit.runner.dnx"
} }
} }