Skip to content
This repository was archived by the owner on Mar 19, 2019. It is now read-only.

Commit 8007020

Browse files
author
Cesar Blum Silveira
committed
Fix build.
1 parent c79458a commit 8007020

File tree

1 file changed

+2
-1
lines changed
  • test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests

1 file changed

+2
-1
lines changed

test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"dnx451": {
1313
"frameworkAssemblies": {
1414
"System.Net.Http": "",
15-
"System.Net.Http.WebRequest": ""
15+
"System.Net.Http.WebRequest": "",
16+
"System.Threading.Tasks": ""
1617
},
1718
"dependencies": {
1819
"xunit.runner.console": "2.1.0"

0 commit comments

Comments
 (0)