[FidoClient] Implementation of FIDO UAF Client C# API
[platform/core/csapi/tizenfx.git] / src / Tizen.Account.FidoClient / Tizen.Account.FidoClient.project.json
1 {
2   "buildOptions": {
3     "debugType": "portable",
4     "platform": "AnyCPU",
5     "preserveCompilationContext": true
6   },
7   "dependencies": {
8     "NETStandard.Library": "1.6.0",
9     "Tizen": "1.0.1"
10   },
11   "runtimes": {
12     "win": {}
13   },
14   "frameworks": {
15     "netstandard1.6": {}
16   }
17 }