project.json 260 字节
Newer Older
1 2
{
  "dependencies": {
3 4 5
    "System.Runtime": "4.4.0-beta-24903-01",
    "System.Runtime.Serialization.Primitives": "4.4.0-beta-24903-01",
    "System.Runtime.Serialization.Formatters": "4.4.0-beta-24903-01"
6 7
  },
  "frameworks": {
8
    "netstandard1.7": {}
9
  }
10
}