mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-24 02:04:07 +08:00
Removed Linux PSEdition name
This commit is contained in:
parent
f68660511d
commit
5eef2cacc4
@ -7,7 +7,7 @@ RootModule = 'CronTab.psm1'
|
||||
ModuleVersion = '0.1.0.0'
|
||||
|
||||
# Supported PSEditions
|
||||
CompatiblePSEditions = @('Linux')
|
||||
CompatiblePSEditions = @('Core')
|
||||
|
||||
# ID used to uniquely identify this module
|
||||
GUID = '508bb97f-de2e-482e-aae2-01caec0be8c7'
|
||||
|
@ -51,8 +51,6 @@ namespace System.Management.Automation
|
||||
/// </remarks>
|
||||
#if !CORECLR
|
||||
internal const string PSEditionValue = "Desktop";
|
||||
#elif LINUX
|
||||
internal const string PSEditionValue = "Linux";
|
||||
#else
|
||||
internal const string PSEditionValue = "Core";
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user