Removed Linux PSEdition name

This commit is contained in:
Manikyam Bavandla 2016-08-03 15:53:22 -07:00
parent f68660511d
commit 5eef2cacc4
2 changed files with 1 additions and 3 deletions

View File

@ -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'

View File

@ -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