project.json 252 字节
Newer Older
J
Jared Parsons 已提交
1
{
2 3 4 5 6 7 8 9 10 11 12
  "dependencies": {
    "xunit": "2.2.0-beta4-build3444",
    "xunit.runner.console": "2.2.0-beta4-build3444",
    "xunit.runner.visualstudio": "2.2.0-beta4-build1194"
  },
  "frameworks": {
    "net46": { }
  },
  "runtimes": {
    "win7": { }
  }
J
Jared Parsons 已提交
13
}