PowerShell/docs/cmdlet-example/project.json
Andrew Schwartzmeyer cefa51b0d2 Pin cmdlet example packages to RC2
Otherwise builds fail because of RC3.
2016-05-17 12:34:50 -07:00

20 lines
479 B
JSON

{
"name": "SendGreeting",
"description": "Example C# Cmdlet project",
"version": "1.0.0-*",
"dependencies": {
"Microsoft.PowerShell.5.ReferenceAssemblies": "1.0.0-*"
},
"frameworks": {
"netstandard1.5": {
"imports": [ "net40" ],
"dependencies": {
"Microsoft.NETCore": "5.0.1-rc2-24103",
"Microsoft.NETCore.Portable.Compatibility": "1.0.1-rc2-24103"
}
}
}
}