Add Win7 runtimes to the functional test project

This commit is contained in:
Chris Ross (WEB TOOLS) 2016-11-23 11:09:34 -08:00
parent c91c2a9030
commit a68018842a
1 changed files with 5 additions and 1 deletions

View File

@ -36,5 +36,9 @@
}
}
},
"testRunner": "xunit"
"testRunner": "xunit",
"runtimes": {
"win7-x86": {},
"win7-x64": {}
}
}