Skip to content

Commit

Permalink
Update path to crossgen in performance tracing documentation. (dotnet…
Browse files Browse the repository at this point in the history
  • Loading branch information
brianrob committed Nov 1, 2019
1 parent 0a96574 commit c084b79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/coreclr/project-docs/linux-performance-tracing.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ As a side effect of creating the self-contained application the dotnet tool will
called runtime.linux-x64.microsoft.netcore.app and place it in
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.
Starting with .NET Core 3.0, the package location is ~/.nuget/packages/microsoft.netcore.app.runtime.linux-x64/VERSION.
The crossgen tool needs to be put next to the runtime that is actually used by your application. Typically your app uses the shared
version of .NET Core that is installed at /usr/share/dotnet/shared/Microsoft.NETCore.App/VERSION where VERSION is the
Expand Down

0 comments on commit c084b79

Please sign in to comment.