From 60ab3bcaf3f2234b25223aa7978e522d31befeae Mon Sep 17 00:00:00 2001 From: Chris R Date: Mon, 19 Sep 2016 13:36:38 -0700 Subject: [PATCH] React to WebListener version change --- test/AutobahnTestApp/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/AutobahnTestApp/project.json b/test/AutobahnTestApp/project.json index 2269497e8a..502c30ec77 100644 --- a/test/AutobahnTestApp/project.json +++ b/test/AutobahnTestApp/project.json @@ -9,7 +9,7 @@ "Microsoft.AspNetCore.Diagnostics": "1.1.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", - "Microsoft.AspNetCore.Server.WebListener": "0.2.0-*", + "Microsoft.AspNetCore.Server.WebListener": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel.Https": "1.1.0-*", "Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*", "Microsoft.Extensions.Logging.Console": "1.1.0-*"