{ "name": "Microsoft.PowerShell.PSReadLine", "version": "6.0.0-*", "buildOptions": { "xmlDoc": true, "keyFile": "../signing/visualstudiopublic.snk", "delaySign": true, "publicSign": false, "warningsAsErrors": true }, "configurations": { "Linux": { "buildOptions": { "define": [ "UNIX" ], "debugType": "portable" } }, "Debug": { "buildOptions": { "debugType": "portable" } }, "Release": { "buildOptions": { "debugType": "portable" } }, "CodeCoverage": { "buildOptions": { "debugType": "full" } } }, "dependencies": { "System.Management.Automation": "6.0.0-*" }, "frameworks": { "netstandard1.6": { "buildOptions": { "define": [ "CORECLR" ] }, "imports": [ "dnxcore50", "portable-net45+win8" ] }, "net451": { "frameworkAssemblies": { "System.Windows.Forms": { "type": "build" } }, "buildOptions": { "debugType": "full" } } } }