From a68018842ae8df6329b6a1db8ece3d68f8d49ad1 Mon Sep 17 00:00:00 2001 From: "Chris Ross (WEB TOOLS)" Date: Wed, 23 Nov 2016 11:09:34 -0800 Subject: [PATCH] Add Win7 runtimes to the functional test project --- .../project.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/project.json b/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/project.json index 2e1eb06073..88ed705c4c 100644 --- a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/project.json +++ b/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/project.json @@ -36,5 +36,9 @@ } } }, - "testRunner": "xunit" + "testRunner": "xunit", + "runtimes": { + "win7-x86": {}, + "win7-x64": {} + } } \ No newline at end of file