diff --git a/src/CultureInfoGenerator/project.json b/src/CultureInfoGenerator/project.json index d2ee9714b8..43523da025 100644 --- a/src/CultureInfoGenerator/project.json +++ b/src/CultureInfoGenerator/project.json @@ -1,21 +1,17 @@ { "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.", - - "dependencies": { - "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-*" - }, - - "commands": { - "CultureInfoGenerator": "CultureInfoGenerator" - }, - - "frameworks": { - "dnx451": { } - }, - "repository": { "type": "git", "url": "https://github.com/aspnet/localization" + }, + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-*" + }, + "commands": { + "CultureInfoGenerator": "CultureInfoGenerator" + }, + "frameworks": { + "dnx451": { } } -} +} \ No newline at end of file diff --git a/src/Microsoft.AspNet.Localization/project.json b/src/Microsoft.AspNet.Localization/project.json index 06cc6c35e1..6b2e9db20f 100644 --- a/src/Microsoft.AspNet.Localization/project.json +++ b/src/Microsoft.AspNet.Localization/project.json @@ -1,7 +1,10 @@ { "version": "1.0.0-*", "description": "Middleware for automatically applying culture information to HTTP requests.", - + "repository": { + "type": "git", + "url": "https://github.com/aspnet/localization" + }, "dependencies": { "Microsoft.AspNet.Http.Extensions": "1.0.0-*", "Microsoft.Framework.Globalization.CultureInfoCache": "1.0.0-*", @@ -11,7 +14,6 @@ "version": "1.0.0-*" } }, - "frameworks": { "dnx451": { }, "dnxcore50": { @@ -23,10 +25,5 @@ "System.Threading": "4.0.10-beta-*" } } - }, - - "repository": { - "type": "git", - "url": "https://github.com/aspnet/localization" } -} +} \ No newline at end of file diff --git a/src/Microsoft.Framework.Globalization.CultureInfoCache/project.json b/src/Microsoft.Framework.Globalization.CultureInfoCache/project.json index 68ae296ee7..76158774a3 100644 --- a/src/Microsoft.Framework.Globalization.CultureInfoCache/project.json +++ b/src/Microsoft.Framework.Globalization.CultureInfoCache/project.json @@ -1,10 +1,12 @@ { "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.", - + "repository": { + "type": "git", + "url": "https://github.com/aspnet/localization" + }, "dependencies": { }, - "frameworks": { "dnx451": { }, "dnxcore50": { @@ -15,10 +17,5 @@ "System.Globalization": "4.0.10-beta-*" } } - }, - - "repository": { - "type": "git", - "url": "https://github.com/aspnet/localization" } -} +} \ No newline at end of file diff --git a/src/Microsoft.Framework.Localization.Abstractions/project.json b/src/Microsoft.Framework.Localization.Abstractions/project.json index a6ff9e3105..8f343277a6 100644 --- a/src/Microsoft.Framework.Localization.Abstractions/project.json +++ b/src/Microsoft.Framework.Localization.Abstractions/project.json @@ -1,14 +1,16 @@ { "version": "1.0.0-*", "description": "Abstractions of application localization services.", - + "repository": { + "type": "git", + "url": "https://github.com/aspnet/localization" + }, "dependencies": { "Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" } }, - "frameworks": { "dnx451": { }, "dnxcore50": { @@ -20,10 +22,5 @@ "System.Runtime": "4.0.20-beta-*" } } - }, - - "repository": { - "type": "git", - "url": "https://github.com/aspnet/localization" } -} +} \ No newline at end of file diff --git a/src/Microsoft.Framework.Localization/project.json b/src/Microsoft.Framework.Localization/project.json index 66fccaea35..d0837431ec 100644 --- a/src/Microsoft.Framework.Localization/project.json +++ b/src/Microsoft.Framework.Localization/project.json @@ -1,7 +1,10 @@ { "version": "1.0.0-*", "description": "Application localization services.", - + "repository": { + "type": "git", + "url": "https://github.com/aspnet/localization" + }, "dependencies": { "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-*", "Microsoft.Framework.Localization.Abstractions": "1.0.0-*", @@ -11,7 +14,6 @@ }, "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-*" }, - "frameworks": { "dnx451": { }, "dnxcore50": { @@ -26,10 +28,5 @@ "System.Threading": "4.0.10-beta-*" } } - }, - - "repository": { - "type": "git", - "url": "https://github.com/aspnet/localization" } -} +} \ No newline at end of file diff --git a/test/Microsoft.Framework.Localization.Tests/project.json b/test/Microsoft.Framework.Localization.Tests/project.json index 1b327e5aea..ec7ac09df6 100644 --- a/test/Microsoft.Framework.Localization.Tests/project.json +++ b/test/Microsoft.Framework.Localization.Tests/project.json @@ -4,11 +4,6 @@ "xunit.runner.dnx": "2.1.0-*", "Microsoft.Framework.Localization": "1.0.0-*" }, - - "commands": { - "test": "xunit.runner.dnx" - }, - "frameworks": { "dnx451": { }, "dnxcore50": { @@ -16,5 +11,8 @@ "System.Reflection": "4.0.10-beta-*" } } + }, + "commands": { + "test": "xunit.runner.dnx" } -} +} \ No newline at end of file