Fix guard in MMI's AssemblyInfo

This commit is contained in:
Andrew Schwartzmeyer 2016-02-03 11:03:13 -08:00
parent 17d6ee4862
commit f42cf5985f

View file

@ -1,7 +1,7 @@
using System.Runtime.CompilerServices;
using System.Reflection;
#if CORECLR
#if _CORECLR
[assembly:InternalsVisibleTo("System.Management.Automation")]
[assembly:AssemblyFileVersionAttribute("1.0.0.0")]
[assembly:AssemblyVersion("1.0.0.0")]