From f30406c6bc6e6dcbbc6dd4897f9659d8bb25f1d2 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Fri, 22 Jan 2016 12:28:30 -0800 Subject: [PATCH] Update ASP.NET 5 versions for ASP.NET Core. See https://github.com/aspnet/Announcements/issues/144 for more information. --- test/TestSites/project.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/TestSites/project.json b/test/TestSites/project.json index 46fe943692..4895744e79 100644 --- a/test/TestSites/project.json +++ b/test/TestSites/project.json @@ -3,7 +3,7 @@ "dependencies": { "Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", - "Microsoft.AspNetCore.Server.WebListener": "1.0.0-*", + "Microsoft.AspNetCore.Server.WebListener": "0.1.0-*", "Microsoft.AspNetCore.WebUtilities": "1.0.0-*", "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*", "Microsoft.Extensions.Configuration.Json": "1.0.0-*", @@ -11,7 +11,7 @@ "xunit.runner.aspnet": "2.0.0-aspnet-*" }, "frameworks": { - "dnx451": { }, + "dnx451": {}, "dnxcore50": { "dependencies": { "System.Net.Primitives": "4.0.11-*", @@ -37,4 +37,4 @@ "node_modules", "bower_components" ] -} +} \ No newline at end of file