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