Update project.json files to build Microsoft.PowerShell.LocalAccounts

This commit is contained in:
Dongbo Wang 2016-06-14 13:07:36 -07:00
parent e64773d446
commit d33cb11439
2 changed files with 30 additions and 1 deletions

View file

@ -30,7 +30,8 @@
"dependencies": {
"Microsoft.PowerShell.PSReadLine": "1.0.0-*",
"Microsoft.PowerShell.Commands.Management": "1.0.0-*",
"Microsoft.PowerShell.Commands.Utility": "1.0.0-*"
"Microsoft.PowerShell.Commands.Utility": "1.0.0-*",
"Microsoft.PowerShell.LocalAccounts": "1.0.0-*"
},
"frameworks": {

View file

@ -0,0 +1,28 @@
{
"name": "Microsoft.PowerShell.LocalAccounts",
"version": "1.0.0-*",
"authors": [ "OPS" ],
"buildOptions": {
"warningsAsErrors": true,
"compile": [ "../windows-build/gen/Microsoft.PowerShell.LocalAccounts/*.cs" ]
},
"dependencies": {
"System.Management.Automation": "1.0.0-*"
},
"frameworks": {
"netstandard1.5": {
"imports": [ "dnxcore50" ],
"buildOptions": {
"define": [ "CORECLR" ]
},
"dependencies": {
"System.Net.NameResolution": "4.0.0-rc2-24103"
}
},
"net451": {
}
}
}