aboutsummaryrefslogtreecommitdiff
path: root/DvdLib/project.json
blob: 9d20d9ec9c5612c589a1970e501f37460d800753 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "frameworks": {
    "netstandard1.6": {
      "dependencies": {
        "NETStandard.Library": "1.6.0"
      }
    },
    ".NETPortable,Version=v4.5,Profile=Profile7": {
      "buildOptions": {
        "define": []
      },
      "frameworkAssemblies": {}
    }
  },
  "dependencies": {}
}