summaryrefslogtreecommitdiff
path: root/src/.nuget/init/project.json
blob: 5908fcc3f9b48adeb3f61d9c23cee8b5a1c6b0c6 (plain)
1
2
3
4
5
6
7
8
9
10
{
    "dependencies": {
      "Microsoft.NETCore.Platforms": "1.0.2-beta-24224-02"
    },
    "frameworks": {
      "dnxcore50": {
        "imports": "portable-net45+win8"
      }
    },
}