Make TestSites portable

This commit is contained in:
Pranav K 2016-04-27 11:03:28 -07:00
parent 19de082d26
commit c7893f9f5a
1 changed files with 5 additions and 4 deletions

View File

@ -23,14 +23,15 @@
"portable-net45+win8"
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"type": "platform"
},
"Microsoft.NETCore.App": "1.0.0-*",
"System.Net.Primitives": "4.0.11-*",
"System.Diagnostics.Process": "4.1.0-*"
}
},
"net451": { }
},
"runtimes": {
"win7-x86": { },
"win7-x64": { }
}
}