summaryrefslogtreecommitdiff
path: root/src/ToolBox/SOS/NETCore/project.json
blob: a92b1735699dcf4529c814a2f29e41247f368e88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "dependencies": {
    "Microsoft.NETCore.Platforms": "1.0.1",
    "System.IO.FileSystem": "4.0.1",
    "System.Runtime.InteropServices": "4.1.0",
    "System.Reflection.Metadata": "1.4.1"
  },
  "frameworks": {
    "netcoreapp1.0": { 
      "imports": [ 
       "portable-net45+win8" 
      ] 
    } 
  }
}