From ac81643a97855907c11658cf62e921051eb27d19 Mon Sep 17 00:00:00 2001 From: Hisham Abdullah Bin Ateya Date: Thu, 10 Sep 2015 05:22:57 +0300 Subject: [PATCH] Format project.json --- .../project.json | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/Microsoft.AspNet.StressFramework/project.json b/src/Microsoft.AspNet.StressFramework/project.json index 13fa12c..63db1b3 100644 --- a/src/Microsoft.AspNet.StressFramework/project.json +++ b/src/Microsoft.AspNet.StressFramework/project.json @@ -1,21 +1,21 @@ { - "version": "1.0.0-*", - "dependencies": { - "Microsoft.Framework.Configuration.Json": "1.0.0-*", - "xunit.assert": "2.1.0-*", - "xunit.core": "2.1.0-*", - "xunit.runner.dnx": "2.1.0-*" - }, - "frameworks": { - "dnx451": { - "frameworkAssemblies": { - "System.Reflection": "4.0.0.0" - } + "version": "1.0.0-*", + "dependencies": { + "Microsoft.Framework.Configuration.Json": "1.0.0-*", + "xunit.assert": "2.1.0-*", + "xunit.core": "2.1.0-*", + "xunit.runner.dnx": "2.1.0-*" }, - "dnxcore50": { - "dependencies": { - "System.Runtime": "4.0.21-beta-*" - } + "frameworks": { + "dnx451": { + "frameworkAssemblies": { + "System.Reflection": "4.0.0.0" + } + }, + "dnxcore50": { + "dependencies": { + "System.Runtime": "4.0.21-beta-*" + } + } } - } }