summaryrefslogtreecommitdiff
path: root/tests/src/Common/netcoreapp/project.json
blob: ab1528282eb889eb04a6652e6f1af3291f11cfea (plain)
1
2
3
4
5
6
7
8
9
{
  "dependencies": {
    "Microsoft.NETCore.App": "2.0.0-beta-001494-00",
    "System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-24913-02"
  },
  "frameworks": {
    "netcoreapp2.0": { }
  }
}