diff --git a/src/System.Management.Automation/engine/parser/TypeResolver.cs b/src/System.Management.Automation/engine/parser/TypeResolver.cs index e484596a775..5e79aa4945b 100644 --- a/src/System.Management.Automation/engine/parser/TypeResolver.cs +++ b/src/System.Management.Automation/engine/parser/TypeResolver.cs @@ -804,6 +804,7 @@ internal static class CoreTypes { typeof(XmlDocument), new[] { "xml" } }, { typeof(CimSession), new[] { "CimSession" } }, { typeof(MailAddress), new[] { "mailaddress" } }, + { typeof(SemanticVersion), new[] { "semver" } }, #if !CORECLR // Following types not in CoreCLR { typeof(DirectoryEntry), new[] { "adsi" } },