project.json 286 字节
Newer Older
J
Jared Parsons 已提交
1
{
2 3 4
  "dependencies": {
    "Newtonsoft.Json": "8.0.3",
    "RestSharp": "105.2.3",
5 6
    "System.Collections.Immutable": "1.3.1",
    "System.Reflection.Metadata": "1.4.2",
7
    "System.ValueTuple": "4.3.0"
8 9 10 11 12 13 14
  },
  "frameworks": {
    "net46": { }
  },
  "runtimes": {
    "win7": { }
  }
J
Jared Parsons 已提交
15
}