From 97a5149dd99aca7fdd2ed86365b5e39d9bb80127 Mon Sep 17 00:00:00 2001 From: Henk Mollema Date: Tue, 22 Dec 2015 08:56:05 +0100 Subject: [PATCH] Remove dnx451 and dnxcore50 TFM's --- .../project.json | 21 ------------------- 1 file changed, 21 deletions(-) diff --git a/src/Microsoft.AspNet.Server.Kestrel/project.json b/src/Microsoft.AspNet.Server.Kestrel/project.json index 2e0caab7c0..09c6c9851c 100644 --- a/src/Microsoft.AspNet.Server.Kestrel/project.json +++ b/src/Microsoft.AspNet.Server.Kestrel/project.json @@ -24,28 +24,7 @@ "System.Threading.Tasks.Extensions": "4.0.0-*" }, "frameworks": { - "dnx451": { }, "net451": { }, - "dnxcore50": { - "dependencies": { - "System.Collections": "4.0.11-*", - "System.Diagnostics.Debug": "4.0.11-*", - "System.Diagnostics.TraceSource": "4.0.0-*", - "System.Diagnostics.Tracing": "4.0.21-*", - "System.Globalization": "4.0.11-*", - "System.IO": "4.0.11-*", - "System.Linq": "4.0.1-*", - "System.Net.Primitives": "4.0.11-*", - "System.Runtime.Extensions": "4.0.11-*", - "System.Runtime.InteropServices": "4.0.21-*", - "System.Text.Encoding": "4.0.11-*", - "System.Threading": "4.0.11-*", - "System.Threading.Tasks": "4.0.11-*", - "System.Threading.Thread": "4.0.0-*", - "System.Threading.ThreadPool": "4.0.10-*", - "System.Threading.Timer": "4.0.1-*" - } - }, "dotnet5.4": { "dependencies": { "System.Collections": "4.0.11-*",