From 8007020bffaddff9059282342dcaf823add03a25 Mon Sep 17 00:00:00 2001 From: Cesar Blum Silveira Date: Wed, 10 Feb 2016 15:09:37 -0800 Subject: [PATCH] Fix build. --- .../project.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/project.json b/test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/project.json index 103d616411..43df05c50c 100644 --- a/test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/project.json +++ b/test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/project.json @@ -12,7 +12,8 @@ "dnx451": { "frameworkAssemblies": { "System.Net.Http": "", - "System.Net.Http.WebRequest": "" + "System.Net.Http.WebRequest": "", + "System.Threading.Tasks": "" }, "dependencies": { "xunit.runner.console": "2.1.0"