From: Fawad Halim Date: Fri, 15 Mar 2019 19:32:11 +0000 (-0500) Subject: Fixed small typo in path to crossgen (#23286) X-Git-Tag: accepted/tizen/unified/20190813.215958~57^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=855f6bef8e00c7aa45f2f14df4e3c18c12e8ab18;p=platform%2Fupstream%2Fcoreclr.git Fixed small typo in path to crossgen (#23286) --- diff --git a/Documentation/project-docs/linux-performance-tracing.md b/Documentation/project-docs/linux-performance-tracing.md index 796b68a..da9f9d7 100644 --- a/Documentation/project-docs/linux-performance-tracing.md +++ b/Documentation/project-docs/linux-performance-tracing.md @@ -110,7 +110,7 @@ the latest (likely) then these instructions will work without modification. As a side effect of creating the self-contained application the dotnet tool will download a nuget package called runtime.linux-x64.microsoft.netcore.app and place it in -the directory ~/.nuget/package/sruntime.linux-x64.microsoft.netcore.app/VERSION, where VERSION is the version number of +the directory ~/.nuget/packages/runtime.linux-x64.microsoft.netcore.app/VERSION, where VERSION is the version number of your .NET Core runtime (e.g. 2.1.0). Under that is a tools directory and inside there is the crossgen tool you need. The crossgen tool needs to be put next to the runtime that is actually used by your application. Typically your app uses the shared