{ "name": "Microsoft.PowerShell.Security", "version": "1.0.0-*", "buildOptions": { "nowarn": [ "CS1570" ], "xmlDoc": true, "keyFile": "../signing/visualstudiopublic.snk", "delaySign": true, "publicSign": false, "warningsAsErrors": true, "allowUnsafe": true }, "configurations": { "Linux": { "buildOptions": { "define": [ "UNIX" ] } } }, "dependencies": { "System.Management.Automation": "1.0.0-*" }, "frameworks": { "netstandard1.6": { "imports": [ "dnxcore50" ], "buildOptions": { "define": [ "CORECLR" ], "debugType": "portable", "compile": { "exclude": [ "security/CertificateCommands.cs", "security/CmsCommands.cs", "singleshell/installer/MshSecurityMshSnapin.cs", "gen/CertificateCommands.cs", "gen/CmsCommands.cs", "gen/SecurityMshSnapinResources.cs" ] }, "embed": { "exclude": [ "resources/CertificateCommands.resx", "resources/CmsCommands.resx", "resources/SecurityMshSnapinResources.resx" ] } } }, "net451": { } } }