This topic is about DotnetCli instead of CoreRun -- CoreRun is next topic
The location is C:\coreclr\helloWorld\bin\Debug\netcoreapp2.1\win-x64\publish\System.Private.CoreLib.dll
```
-## Using CoreRun to run your .NET Core Application
+## Using DotNetCli to run your .NET Core Application
If you don't like the idea of copying files manually you can follow [this instructions](UsingDotNetCli.md) to use dotnet cli to do this for you.
However the steps described here are the simplest and most commonly used by CoreCLR developers for ad-hoc testing.