From 342fe0b38b1183362d51ca8a3f66cfeca4e49354 Mon Sep 17 00:00:00 2001 From: John Luo Date: Fri, 19 Feb 2016 16:41:46 -0800 Subject: [PATCH] Updating test TFMs for custom test discovery --- test/Microsoft.AspNetCore.Session.Tests/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Microsoft.AspNetCore.Session.Tests/project.json b/test/Microsoft.AspNetCore.Session.Tests/project.json index e158ff0d08..7cb18b919e 100644 --- a/test/Microsoft.AspNetCore.Session.Tests/project.json +++ b/test/Microsoft.AspNetCore.Session.Tests/project.json @@ -16,7 +16,7 @@ }, "imports": "portable-net451+win8" }, - "dnx451": { + "net451": { "frameworkAssemblies": { "System.Threading.Tasks": "" },