Fix inaccurate comment. (#585)
authorFadi Hanna <fadim@microsoft.com>
Thu, 5 Dec 2019 20:06:21 +0000 (12:06 -0800)
committerGitHub <noreply@github.com>
Thu, 5 Dec 2019 20:06:21 +0000 (12:06 -0800)
Crossgen2 is in its own package, not included with the runtime package

src/coreclr/src/.nuget/Microsoft.NETCore.Crossgen2/Microsoft.NETCore.Crossgen2.pkgproj

index ad0230f..f10cd21 100644 (file)
   <Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.targets))" />
 
   <PropertyGroup>
-    <!-- We're publishing crossgen2 as framework dependent application in the runtime package for now since we only have
+    <!-- We're publishing crossgen2 in its own package as framework dependent application for now since we only have
         two simple scenarios we want to support in the short term: win_x64 to win_x64 and linux_x64 to linux_x64 compilations.
-        Once we have more complex targets, especially cross-platform and cross-architecture, crossgen2 should move to its own
-        package, and become a self-contained package.
+        Once we have more complex targets, especially cross-platform and cross-architecture, crossgen2 will become a self-contained package.
     -->
     <Crossgen2RuntimeConfigContents>
 {