123456789101112131415161718 |
- {
- "version": "0.5.0",
- "buildOptions": {
- "debugType": "portable"
- },
- "dependencies": {
- "Luticate2.Utils": "0.5.*",
- "Microsoft.AspNetCore.Cryptography.KeyDerivation": "1.1.1"
- },
- "frameworks": {
- "netcoreapp1.0": {
- "imports": [
- "dotnet5.6",
- "portable-net45+win8"
- ]
- }
- }
- }
|