summaryrefslogtreecommitdiffstats
path: root/TwoStepsAuthenticator.DotnetCore/project.json
blob: 961d9c415a64c86364194b9895d2f4ac40e09914 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "version": "1.0.0-*",
  "dependencies": {
    "NETStandard.Library": "1.6.0"
  },
  "frameworks": {
    "netstandard1.6": {
      "imports": "dnxcore50"
    }
  },
  "buildOptions": {
    "define": [ "CORE" ]
  }
}