From a6382fe6af01c49af52ef6dda6358efad1c4464e Mon Sep 17 00:00:00 2001 From: John Luo Date: Thu, 24 Mar 2016 21:16:19 -0700 Subject: [PATCH] Update sample TFM --- samples/SessionSample/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/SessionSample/project.json b/samples/SessionSample/project.json index d09b78e314..64c6384fbe 100644 --- a/samples/SessionSample/project.json +++ b/samples/SessionSample/project.json @@ -17,6 +17,6 @@ }, "exclude": "wwwroot/**/*.*", "frameworks": { - "dnx451": { } + "net451": { } } }