Update project version to 6.0.0 to match our release version

This commit is contained in:
Dongbo Wang 2016-11-03 23:39:57 -07:00 committed by Mike Richmond
parent 8c50456b8f
commit f96dcbb016
36 changed files with 188 additions and 188 deletions

View file

@ -1,6 +1,6 @@
{
"name" : "Microsoft.Management.Infrastructure.CimCmdlets",
"version" : "1.0.0-*",
"version" : "6.0.0-*",
"buildOptions": {
"keyFile": "../signing/visualstudiopublic.snk",
@ -10,7 +10,7 @@
},
"dependencies": {
"System.Management.Automation": "1.0.0-*"
"System.Management.Automation": "6.0.0-*"
},
"frameworks": {

View file

@ -1,6 +1,6 @@
{
"name": "Microsoft.PackageManagement.ArchiverProviders",
"version": "1.0.0-*",
"version": "6.0.0-*",
"buildOptions": {
"warningsAsErrors": true
@ -15,8 +15,8 @@
},
"dependencies": {
"System.Management.Automation": "1.0.0-*",
"Microsoft.PackageManagement": "1.0.0-*"
"System.Management.Automation": "6.0.0-*",
"Microsoft.PackageManagement": "6.0.0-*"
},
"frameworks": {

View file

@ -1,6 +1,6 @@
{
"name": "Microsoft.PackageManagement.CoreProviders",
"version": "1.0.0-*",
"version": "6.0.0-*",
"buildOptions": {
"warningsAsErrors": true
@ -15,8 +15,8 @@
},
"dependencies": {
"System.Management.Automation": "1.0.0-*",
"Microsoft.PackageManagement": "1.0.0-*"
"System.Management.Automation": "6.0.0-*",
"Microsoft.PackageManagement": "6.0.0-*"
},
"frameworks": {

View file

@ -1,6 +1,6 @@
{
"name": "Microsoft.PackageManagement.MetaProvider.PowerShell",
"version": "1.0.0-*",
"version": "6.0.0-*",
"buildOptions": {
"warningsAsErrors": true
@ -15,8 +15,8 @@
},
"dependencies": {
"System.Management.Automation": "1.0.0-*",
"Microsoft.PackageManagement": "1.0.0-*"
"System.Management.Automation": "6.0.0-*",
"Microsoft.PackageManagement": "6.0.0-*"
},
"frameworks": {

View file

@ -1,45 +1,45 @@
{
"name": "Microsoft.PackageManagement.MsiProvider",
"version": "1.0.0-*",
"name": "Microsoft.PackageManagement.MsiProvider",
"version": "6.0.0-*",
"buildOptions": {
"warningsAsErrors": true
},
"buildOptions": {
"warningsAsErrors": true
},
"configurations": {
"Linux": {
"buildOptions": {
"define": ["UNIX"]
}
}
},
"configurations": {
"Linux": {
"buildOptions": {
"define": ["UNIX"]
}
}
},
"dependencies": {
"System.Management.Automation": "1.0.0-*",
"Microsoft.PackageManagement": "1.0.0-*",
"Microsoft.PackageManagement.ArchiverProviders": "1.0.0-*"
},
"dependencies": {
"System.Management.Automation": "6.0.0-*",
"Microsoft.PackageManagement": "6.0.0-*",
"Microsoft.PackageManagement.ArchiverProviders": "6.0.0-*"
},
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.Runtime": "",
"System.Xml": "",
"System.Xml.Linq": "",
"System.Numerics": "",
"System.Data": "",
"System.DirectoryServices": "",
"System.Security": "",
"System.Transactions": "",
"System.Runtime.Serialization": "",
"System.Management": "",
"System.Configuration": "",
"System.Configuration.Install": "",
"System.Net": "",
"System.Net.Http": "",
"System.IO.Compression": "",
"System.IO.Compression.FileSystem": ""
}
}
}
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.Runtime": "",
"System.Xml": "",
"System.Xml.Linq": "",
"System.Numerics": "",
"System.Data": "",
"System.DirectoryServices": "",
"System.Security": "",
"System.Transactions": "",
"System.Runtime.Serialization": "",
"System.Management": "",
"System.Configuration": "",
"System.Configuration.Install": "",
"System.Net": "",
"System.Net.Http": "",
"System.IO.Compression": "",
"System.IO.Compression.FileSystem": ""
}
}
}
}

View file

@ -1,45 +1,45 @@
{
"name": "Microsoft.PackageManagement.MsuProvider",
"version": "1.0.0-*",
"name": "Microsoft.PackageManagement.MsuProvider",
"version": "6.0.0-*",
"buildOptions": {
"warningsAsErrors": true
},
"buildOptions": {
"warningsAsErrors": true
},
"configurations": {
"Linux": {
"buildOptions": {
"define": ["UNIX"]
}
}
},
"configurations": {
"Linux": {
"buildOptions": {
"define": ["UNIX"]
}
}
},
"dependencies": {
"System.Management.Automation": "1.0.0-*",
"Microsoft.PackageManagement": "1.0.0-*",
"Microsoft.PackageManagement.ArchiverProviders": "1.0.0-*"
},
"dependencies": {
"System.Management.Automation": "6.0.0-*",
"Microsoft.PackageManagement": "6.0.0-*",
"Microsoft.PackageManagement.ArchiverProviders": "6.0.0-*"
},
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.Runtime": "",
"System.Xml": "",
"System.Xml.Linq": "",
"System.Numerics": "",
"System.Data": "",
"System.DirectoryServices": "",
"System.Security": "",
"System.Transactions": "",
"System.Runtime.Serialization": "",
"System.Management": "",
"System.Configuration": "",
"System.Configuration.Install": "",
"System.Net": "",
"System.Net.Http": "",
"System.IO.Compression": "",
"System.IO.Compression.FileSystem": ""
}
}
}
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.Runtime": "",
"System.Xml": "",
"System.Xml.Linq": "",
"System.Numerics": "",
"System.Data": "",
"System.DirectoryServices": "",
"System.Security": "",
"System.Transactions": "",
"System.Runtime.Serialization": "",
"System.Management": "",
"System.Configuration": "",
"System.Configuration.Install": "",
"System.Net": "",
"System.Net.Http": "",
"System.IO.Compression": "",
"System.IO.Compression.FileSystem": ""
}
}
}
}

View file

@ -1,6 +1,6 @@
{
"name": "Microsoft.PackageManagement.NuGetProvider",
"version": "1.0.0-*",
"version": "6.0.0-*",
"buildOptions": {
"warningsAsErrors": true
@ -15,7 +15,7 @@
},
"dependencies": {
"System.Management.Automation": "1.0.0-*"
"System.Management.Automation": "6.0.0-*"
},
"frameworks": {

View file

@ -1,6 +1,6 @@
{
"name": "Microsoft.PackageManagement.PackageSourceListProvider",
"version": "1.0.0-*",
"version": "6.0.0-*",
"buildOptions": {
"warningsAsErrors": true
@ -15,8 +15,8 @@
},
"dependencies": {
"System.Management.Automation": "1.0.0-*",
"Microsoft.PackageManagement": "1.0.0-*"
"System.Management.Automation": "6.0.0-*",
"Microsoft.PackageManagement": "6.0.0-*"
},
"frameworks": {

View file

@ -1,6 +1,6 @@
{
"name": "Microsoft.PackageManagement",
"version": "1.0.0-*",
"version": "6.0.0-*",
"buildOptions": {
"warningsAsErrors": true
@ -15,7 +15,7 @@
},
"dependencies": {
"System.Management.Automation": "1.0.0-*"
"System.Management.Automation": "6.0.0-*"
},
"frameworks": {

View file

@ -1,6 +1,6 @@
{
"name": "Microsoft.PowerShell.Activities",
"version": "1.0.0-*",
"version": "6.0.0-*",
"buildOptions": {
"nowarn": [ "CS1570" ],
@ -22,7 +22,7 @@
},
"dependencies": {
"Microsoft.PowerShell.Utility.Activities": "1.0.0-*"
"Microsoft.PowerShell.Utility.Activities": "6.0.0-*"
},
"frameworks": {

View file

@ -1,6 +1,6 @@
{
"name": "Microsoft.PowerShell.Commands.Diagnostics",
"version": "1.0.0-*",
"version": "6.0.0-*",
"buildOptions": {
"nowarn": [ "CS1591" ],
"xmlDoc": true,
@ -11,7 +11,7 @@
},
"dependencies": {
"System.Management.Automation": "1.0.0-*"
"System.Management.Automation": "6.0.0-*"
},
"frameworks": {

View file

@ -1,6 +1,6 @@
{
"name": "Microsoft.PowerShell.Commands.Management",
"version": "1.0.0-*",
"version": "6.0.0-*",
"buildOptions": {
"nowarn": [ "CS1570" ],
@ -21,7 +21,7 @@
},
"dependencies": {
"Microsoft.PowerShell.Security": "1.0.0-*"
"Microsoft.PowerShell.Security": "6.0.0-*"
},
"frameworks": {
@ -91,7 +91,7 @@
"System.Web.Services": ""
},
"dependencies": {
"Microsoft.WSMan.Management": "1.0.0-*"
"Microsoft.WSMan.Management": "6.0.0-*"
},
"buildOptions": {
"compile": {

View file

@ -1,6 +1,6 @@
{
"name": "Microsoft.PowerShell.Commands.Utility",
"version": "1.0.0-*",
"version": "6.0.0-*",
"buildOptions": {
"nowarn": [ "CS1570" ],
@ -21,7 +21,7 @@
},
"dependencies": {
"System.Management.Automation": "1.0.0-*"
"System.Management.Automation": "6.0.0-*"
},
"frameworks": {

View file

@ -1,6 +1,6 @@
{
"name": "Microsoft.PowerShell.ConsoleHost",
"version": "1.0.0-*",
"version": "6.0.0-*",
"description": "PowerShell Host",
"buildOptions": {
@ -22,7 +22,7 @@
},
"dependencies": {
"System.Management.Automation": "1.0.0-*"
"System.Management.Automation": "6.0.0-*"
},
"frameworks": {

View file

@ -1,6 +1,6 @@
{
"name": "Microsoft.PowerShell.Core.Activities",
"version": "1.0.0-*",
"version": "6.0.0-*",
"buildOptions": {
"xmlDoc": true,
@ -11,7 +11,7 @@
},
"dependencies": {
"Microsoft.PowerShell.Workflow.ServiceCore": "1.0.0-*"
"Microsoft.PowerShell.Workflow.ServiceCore": "6.0.0-*"
},
"frameworks": {

View file

@ -1,6 +1,6 @@
{
"name": "Microsoft.PowerShell.CoreCLR.AssemblyLoadContext",
"version": "1.0.0-*",
"version": "6.0.0-*",
"buildOptions": {
"xmlDoc": true,

View file

@ -1,6 +1,6 @@
{
"name": "Microsoft.PowerShell.CoreCLR.Eventing",
"version": "1.0.0-*",
"version": "6.0.0-*",
"buildOptions": {
"nowarn": [ "CS1591" ],

View file

@ -1,6 +1,6 @@
{
"name": "Microsoft.PowerShell.Diagnostics.Activities",
"version": "1.0.0-*",
"version": "6.0.0-*",
"buildOptions": {
"xmlDoc": true,
@ -11,8 +11,8 @@
},
"dependencies": {
"Microsoft.PowerShell.Workflow.ServiceCore": "1.0.0-*",
"Microsoft.PowerShell.Commands.Diagnostics": "1.0.0-*"
"Microsoft.PowerShell.Workflow.ServiceCore": "6.0.0-*",
"Microsoft.PowerShell.Commands.Diagnostics": "6.0.0-*"
},
"frameworks": {

View file

@ -1,6 +1,6 @@
{
"name": "Microsoft.PowerShell.GraphicalHost",
"version": "1.0.0-*",
"version": "6.0.0-*",
"buildOptions": {
"nowarn": [ "CS1570" ],
@ -12,8 +12,8 @@
},
"dependencies": {
"System.Management.Automation": "1.0.0-*",
"Microsoft.PowerShell.Commands.Utility": "1.0.0-*"
"System.Management.Automation": "6.0.0-*",
"Microsoft.PowerShell.Commands.Utility": "6.0.0-*"
},
"frameworks": {

View file

@ -1,6 +1,6 @@
{
"name": "Microsoft.PowerShell.LocalAccounts",
"version": "1.0.0-*",
"version": "6.0.0-*",
"buildOptions": {
"xmlDoc": true,
@ -11,7 +11,7 @@
},
"dependencies": {
"System.Management.Automation": "1.0.0-*"
"System.Management.Automation": "6.0.0-*"
},
"frameworks": {

View file

@ -1,6 +1,6 @@
{
"name": "Microsoft.PowerShell.Management.Activities",
"version": "1.0.0-*",
"version": "6.0.0-*",
"buildOptions": {
"xmlDoc": true,
@ -11,7 +11,7 @@
},
"dependencies": {
"Microsoft.PowerShell.Activities": "1.0.0-*"
"Microsoft.PowerShell.Activities": "6.0.0-*"
},
"frameworks": {

View file

@ -1,6 +1,6 @@
{
"name": "Microsoft.PowerShell.PSReadLine",
"version": "1.0.0-*",
"version": "6.0.0-*",
"buildOptions": {
"xmlDoc": true,
@ -19,7 +19,7 @@
},
"dependencies": {
"System.Management.Automation": "1.0.0-*"
"System.Management.Automation": "6.0.0-*"
},
"frameworks": {

View file

@ -1,6 +1,6 @@
{
"name": "Microsoft.PowerShell.PackageManagement",
"version": "1.0.0-*",
"version": "6.0.0-*",
"buildOptions": {
"warningsAsErrors": true
@ -15,12 +15,12 @@
},
"dependencies": {
"System.Management.Automation": "1.0.0-*",
"Microsoft.PackageManagement": "1.0.0-*",
"Microsoft.PackageManagement.NuGetProvider": "1.0.0-*",
"Microsoft.PackageManagement.CoreProviders": "1.0.0-*",
"Microsoft.PackageManagement.MetaProvider.PowerShell": "1.0.0-*",
"Microsoft.PackageManagement.ArchiverProviders": "1.0.0-*"
"System.Management.Automation": "6.0.0-*",
"Microsoft.PackageManagement": "6.0.0-*",
"Microsoft.PackageManagement.NuGetProvider": "6.0.0-*",
"Microsoft.PackageManagement.CoreProviders": "6.0.0-*",
"Microsoft.PackageManagement.MetaProvider.PowerShell": "6.0.0-*",
"Microsoft.PackageManagement.ArchiverProviders": "6.0.0-*"
},
"frameworks": {
@ -44,8 +44,8 @@
"System.IO.Compression.FileSystem": ""
},
"dependencies": {
"Microsoft.PackageManagement.MsiProvider": "1.0.0-*",
"Microsoft.PackageManagement.MsuProvider": "1.0.0-*"
"Microsoft.PackageManagement.MsiProvider": "6.0.0-*",
"Microsoft.PackageManagement.MsuProvider": "6.0.0-*"
}
},

View file

@ -1,14 +1,14 @@
{
"name": "Microsoft.PowerShell.SDK",
"version": "1.0.0-*",
"version": "6.0.0-*",
"description": "PowerShell SDK metapackage",
"dependencies": {
"Microsoft.PowerShell.Commands.Management" : "1.0.0-*",
"Microsoft.PowerShell.Commands.Utility" : "1.0.0-*",
"Microsoft.PowerShell.ConsoleHost" : "1.0.0-*",
"Microsoft.PowerShell.Security" : "1.0.0-*",
"System.Management.Automation" : "1.0.0-*"
"Microsoft.PowerShell.Commands.Management" : "6.0.0-*",
"Microsoft.PowerShell.Commands.Utility" : "6.0.0-*",
"Microsoft.PowerShell.ConsoleHost" : "6.0.0-*",
"Microsoft.PowerShell.Security" : "6.0.0-*",
"System.Management.Automation" : "6.0.0-*"
},
"frameworks": {

View file

@ -1,6 +1,6 @@
{
"name": "Microsoft.PowerShell.ScheduledJob",
"version": "1.0.0-*",
"version": "6.0.0-*",
"buildOptions": {
"xmlDoc": true,
@ -11,7 +11,7 @@
},
"dependencies": {
"System.Management.Automation": "1.0.0-*",
"System.Management.Automation": "6.0.0-*",
"Microsoft.PowerShell.ScheduledJob.Interop": "1.0.0-*"
},

View file

@ -1,6 +1,6 @@
{
"name": "Microsoft.PowerShell.Security.Activities",
"version": "1.0.0-*",
"version": "6.0.0-*",
"buildOptions": {
"xmlDoc": true,
@ -11,7 +11,7 @@
},
"dependencies": {
"Microsoft.PowerShell.Activities": "1.0.0-*"
"Microsoft.PowerShell.Activities": "6.0.0-*"
},
"frameworks": {

View file

@ -1,6 +1,6 @@
{
"name": "Microsoft.PowerShell.Security",
"version": "1.0.0-*",
"version": "6.0.0-*",
"buildOptions": {
"nowarn": [ "CS1570" ],
@ -21,7 +21,7 @@
},
"dependencies": {
"System.Management.Automation": "1.0.0-*"
"System.Management.Automation": "6.0.0-*"
},
"frameworks": {

View file

@ -1,6 +1,6 @@
{
"name": "Microsoft.PowerShell.Utility.Activities",
"version": "1.0.0-*",
"version": "6.0.0-*",
"buildOptions": {
"xmlDoc": true,
@ -11,8 +11,8 @@
},
"dependencies": {
"Microsoft.PowerShell.Workflow.ServiceCore": "1.0.0-*",
"Microsoft.PowerShell.Commands.Utility": "1.0.0-*"
"Microsoft.PowerShell.Workflow.ServiceCore": "6.0.0-*",
"Microsoft.PowerShell.Commands.Utility": "6.0.0-*"
},
"frameworks": {

View file

@ -1,6 +1,6 @@
{
"name": "Microsoft.PowerShell.Workflow.ServiceCore",
"version": "1.0.0-*",
"version": "6.0.0-*",
"buildOptions": {
"nowarn": [ "CS1570" ],
@ -13,8 +13,8 @@
},
"dependencies": {
"Microsoft.PowerShell.Commands.Management": "1.0.0-*",
"Microsoft.Management.Infrastructure.CimCmdlets": "1.0.0-*"
"Microsoft.PowerShell.Commands.Management": "6.0.0-*",
"Microsoft.Management.Infrastructure.CimCmdlets": "6.0.0-*"
},
"frameworks": {

View file

@ -1,6 +1,6 @@
{
"name": "Microsoft.WSMan.Management.Activities",
"version": "1.0.0-*",
"version": "6.0.0-*",
"buildOptions": {
"keyFile": "../signing/visualstudiopublic.snk",
@ -10,7 +10,7 @@
},
"dependencies": {
"Microsoft.PowerShell.Workflow.ServiceCore": "1.0.0-*"
"Microsoft.PowerShell.Workflow.ServiceCore": "6.0.0-*"
},
"frameworks": {

View file

@ -1,6 +1,6 @@
{
"name": "Microsoft.WSMan.Management",
"version": "1.0.0-*",
"version": "6.0.0-*",
"buildOptions": {
"keyFile": "../signing/visualstudiopublic.snk",
@ -10,8 +10,8 @@
},
"dependencies": {
"System.Management.Automation": "1.0.0-*",
"Microsoft.WSMan.Runtime": "1.0.0-*"
"System.Management.Automation": "6.0.0-*",
"Microsoft.WSMan.Runtime": "6.0.0-*"
},
"frameworks": {

View file

@ -1,6 +1,6 @@
{
"name": "Microsoft.WSMan.Runtime",
"version": "1.0.0-*",
"version": "6.0.0-*",
"buildOptions": {
"keyFile": "../signing/visualstudiopublic.snk",

View file

@ -1,6 +1,6 @@
{
"name": "System.Management.Automation",
"version": "1.0.0-*",
"version": "6.0.0-*",
"buildOptions": {
"nowarn": [ "CS1570", "CS1734" ],
@ -140,8 +140,8 @@
}
},
"dependencies": {
"Microsoft.PowerShell.CoreCLR.AssemblyLoadContext": "1.0.0-*",
"Microsoft.PowerShell.CoreCLR.Eventing": "1.0.0-*",
"Microsoft.PowerShell.CoreCLR.AssemblyLoadContext": "6.0.0-*",
"Microsoft.PowerShell.CoreCLR.Eventing": "6.0.0-*",
"Microsoft.CSharp": "4.3.0-preview1-24530-04",
"Microsoft.Win32.Registry.AccessControl": "4.3.0-preview1-24530-04",

View file

@ -1,6 +1,6 @@
{
"name": "powershell",
"version": "1.0.0-*",
"version": "6.0.0-*",
"description": "PowerShell top-level project with .NET CLI host",
"buildOptions": {
@ -53,11 +53,11 @@
},
"dependencies": {
"Microsoft.PowerShell.SDK": "1.0.0-*",
"Microsoft.PowerShell.PSReadLine": "1.0.0-*",
"Microsoft.PowerShell.SDK": "6.0.0-*",
"Microsoft.PowerShell.PSReadLine": "6.0.0-*",
"libmi": "1.0.0-alpha01",
"PSDesiredStateConfiguration": "1.0.0-alpha01",
"Microsoft.PowerShell.PackageManagement": "1.0.0-*",
"Microsoft.PowerShell.PackageManagement": "6.0.0-*",
"PowerShellHelpFiles": "1.0.0-alpha01"
},

View file

@ -1,6 +1,6 @@
{
"name": "powershell",
"version": "1.0.0-*",
"version": "6.0.0-*",
"description": "PowerShell top-level project with .NET CLI PowerShell app",
"buildOptions": {
@ -55,13 +55,13 @@
},
"dependencies": {
"Microsoft.PowerShell.SDK": "1.0.0-*",
"Microsoft.PowerShell.PSReadLine": "1.0.0-*",
"Microsoft.PowerShell.Commands.Diagnostics": "1.0.0-*",
"Microsoft.PowerShell.LocalAccounts": "1.0.0-*",
"Microsoft.PowerShell.PackageManagement": "1.0.0-*",
"Microsoft.Management.Infrastructure.CimCmdlets": "1.0.0-*",
"Microsoft.WSMan.Management": "1.0.0-*",
"Microsoft.PowerShell.SDK": "6.0.0-*",
"Microsoft.PowerShell.PSReadLine": "6.0.0-*",
"Microsoft.PowerShell.Commands.Diagnostics": "6.0.0-*",
"Microsoft.PowerShell.LocalAccounts": "6.0.0-*",
"Microsoft.PowerShell.PackageManagement": "6.0.0-*",
"Microsoft.Management.Infrastructure.CimCmdlets": "6.0.0-*",
"Microsoft.WSMan.Management": "6.0.0-*",
"PSDesiredStateConfiguration": "1.0.0-alpha01"
},

View file

@ -1,6 +1,6 @@
{
"name": "powershell",
"version": "1.0.0-*",
"version": "6.0.0-*",
"description": "PowerShell top-level project for FullCLR package with native host",
"publishOptions": {
@ -26,22 +26,22 @@
},
"dependencies": {
"Microsoft.PowerShell.SDK": "1.0.0-*",
"Microsoft.Management.Infrastructure.CimCmdlets": "1.0.0-*",
"Microsoft.PowerShell.Activities": "1.0.0-*",
"Microsoft.PowerShell.Commands.Diagnostics": "1.0.0-*",
"Microsoft.PowerShell.Core.Activities": "1.0.0-*",
"Microsoft.PowerShell.Diagnostics.Activities": "1.0.0-*",
"Microsoft.PowerShell.GraphicalHost": "1.0.0-*",
"Microsoft.PowerShell.LocalAccounts": "1.0.0-*",
"Microsoft.PowerShell.Management.Activities": "1.0.0-*",
"Microsoft.PowerShell.PackageManagement": "1.0.0-*",
"Microsoft.PowerShell.PSReadLine": "1.0.0-*",
"Microsoft.PowerShell.ScheduledJob": "1.0.0-*",
"Microsoft.PowerShell.Security.Activities": "1.0.0-*",
"Microsoft.PowerShell.Utility.Activities": "1.0.0-*",
"Microsoft.PowerShell.Workflow.ServiceCore": "1.0.0-*",
"Microsoft.WSMan.Management.Activities": "1.0.0-*"
"Microsoft.PowerShell.SDK": "6.0.0-*",
"Microsoft.Management.Infrastructure.CimCmdlets": "6.0.0-*",
"Microsoft.PowerShell.Activities": "6.0.0-*",
"Microsoft.PowerShell.Commands.Diagnostics": "6.0.0-*",
"Microsoft.PowerShell.Core.Activities": "6.0.0-*",
"Microsoft.PowerShell.Diagnostics.Activities": "6.0.0-*",
"Microsoft.PowerShell.GraphicalHost": "6.0.0-*",
"Microsoft.PowerShell.LocalAccounts": "6.0.0-*",
"Microsoft.PowerShell.Management.Activities": "6.0.0-*",
"Microsoft.PowerShell.PackageManagement": "6.0.0-*",
"Microsoft.PowerShell.PSReadLine": "6.0.0-*",
"Microsoft.PowerShell.ScheduledJob": "6.0.0-*",
"Microsoft.PowerShell.Security.Activities": "6.0.0-*",
"Microsoft.PowerShell.Utility.Activities": "6.0.0-*",
"Microsoft.PowerShell.Workflow.ServiceCore": "6.0.0-*",
"Microsoft.WSMan.Management.Activities": "6.0.0-*"
},
"frameworks": {