From a1422fa51b57b3494655fe85b6d4af18a918215c Mon Sep 17 00:00:00 2001 From: Troy Dai Date: Tue, 12 May 2015 14:15:20 -0700 Subject: [PATCH] Update project.json in test --- test/Microsoft.Net.Http.Server.FunctionalTests/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Microsoft.Net.Http.Server.FunctionalTests/project.json b/test/Microsoft.Net.Http.Server.FunctionalTests/project.json index f2f6f8caee..d5a72c4598 100644 --- a/test/Microsoft.Net.Http.Server.FunctionalTests/project.json +++ b/test/Microsoft.Net.Http.Server.FunctionalTests/project.json @@ -9,7 +9,7 @@ }, "frameworks": { "dnx451": { - frameworkAssemblies: { + "frameworkAssemblies": { "System.Net.Http": "", "System.Net.Http.WebRequest": "" }