From 57744b712fc44424911d136f398b29007d8dbd89 Mon Sep 17 00:00:00 2001 From: = Date: Wed, 9 Mar 2016 17:07:49 -0800 Subject: [PATCH] Target net451 so functional tests execute with xunit runner on linux --- samples/DatabaseErrorPageSample/project.json | 2 +- samples/DeveloperExceptionPageSample/project.json | 2 +- samples/ElmPageSample/project.json | 2 +- samples/ExceptionHandlerSample/project.json | 2 +- samples/MiddlewareAnalysisSample/project.json | 2 +- samples/RuntimeInfoPageSample/project.json | 2 +- samples/StatusCodePagesSample/project.json | 2 +- samples/WelcomePageSample/project.json | 2 +- .../project.json | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/samples/DatabaseErrorPageSample/project.json b/samples/DatabaseErrorPageSample/project.json index 2dc57af9a4..5f13d10767 100644 --- a/samples/DatabaseErrorPageSample/project.json +++ b/samples/DatabaseErrorPageSample/project.json @@ -14,7 +14,7 @@ "web": "DatabaseErrorPageSample" }, "frameworks": { - "dnx451": {}, + "net451": {}, "netstandardapp1.5": { "imports": [ "dnxcore50", diff --git a/samples/DeveloperExceptionPageSample/project.json b/samples/DeveloperExceptionPageSample/project.json index f9a3fdb2d6..91205efd74 100644 --- a/samples/DeveloperExceptionPageSample/project.json +++ b/samples/DeveloperExceptionPageSample/project.json @@ -12,7 +12,7 @@ "web": "DeveloperExceptionPageSample" }, "frameworks": { - "dnx451": {}, + "net451": {}, "netstandardapp1.5": { "imports": [ "dnxcore50" diff --git a/samples/ElmPageSample/project.json b/samples/ElmPageSample/project.json index 79e2d671a5..701ce0b939 100644 --- a/samples/ElmPageSample/project.json +++ b/samples/ElmPageSample/project.json @@ -13,7 +13,7 @@ "web": "ElmPageSample" }, "frameworks": { - "dnx451": {}, + "net451": {}, "netstandardapp1.5": { "imports": [ "dnxcore50" diff --git a/samples/ExceptionHandlerSample/project.json b/samples/ExceptionHandlerSample/project.json index 348e98de20..7933fc00ad 100644 --- a/samples/ExceptionHandlerSample/project.json +++ b/samples/ExceptionHandlerSample/project.json @@ -14,7 +14,7 @@ "web": "ExceptionHandlerSample" }, "frameworks": { - "dnx451": {}, + "net451": {}, "netstandardapp1.5": { "imports": [ "dnxcore50" diff --git a/samples/MiddlewareAnalysisSample/project.json b/samples/MiddlewareAnalysisSample/project.json index f0e452dcf0..7cfd3117bc 100644 --- a/samples/MiddlewareAnalysisSample/project.json +++ b/samples/MiddlewareAnalysisSample/project.json @@ -15,7 +15,7 @@ "web": "MiddlewareAnalysisSample" }, "frameworks": { - "dnx451": {}, + "net451": {}, "netstandardapp1.5": { "imports": [ "dnxcore50" diff --git a/samples/RuntimeInfoPageSample/project.json b/samples/RuntimeInfoPageSample/project.json index 82523d20cc..aa2da480ea 100644 --- a/samples/RuntimeInfoPageSample/project.json +++ b/samples/RuntimeInfoPageSample/project.json @@ -13,7 +13,7 @@ "web": "RuntimeInfoPageSample" }, "frameworks": { - "dnx451": {}, + "net451": {}, "netstandardapp1.5": { "imports": [ "dnxcore50" diff --git a/samples/StatusCodePagesSample/project.json b/samples/StatusCodePagesSample/project.json index 19ab2ff95f..14e3e127fa 100644 --- a/samples/StatusCodePagesSample/project.json +++ b/samples/StatusCodePagesSample/project.json @@ -22,7 +22,7 @@ "Microsoft.NETCore.Platforms": "1.0.1-*" }, "frameworks": { - "dnx451": {}, + "net451": {}, "netstandardapp1.5": { "imports": [ "dnxcore50" diff --git a/samples/WelcomePageSample/project.json b/samples/WelcomePageSample/project.json index 0857e82770..e5881fd2f4 100644 --- a/samples/WelcomePageSample/project.json +++ b/samples/WelcomePageSample/project.json @@ -12,7 +12,7 @@ "web": "WelcomePageSample" }, "frameworks": { - "dnx451": {}, + "net451": {}, "netstandardapp1.5": { "imports": [ "dnxcore50" diff --git a/test/Microsoft.AspNetCore.Diagnostics.FunctionalTests/project.json b/test/Microsoft.AspNetCore.Diagnostics.FunctionalTests/project.json index 7160b3d1c4..644d53b6f7 100644 --- a/test/Microsoft.AspNetCore.Diagnostics.FunctionalTests/project.json +++ b/test/Microsoft.AspNetCore.Diagnostics.FunctionalTests/project.json @@ -30,7 +30,7 @@ "dotnet-test-xunit": "1.0.0-dev-*" } }, - "dnx451": { + "net451": { "dependencies": { "xunit.runner.console": "2.1.0" }