Remove another reference to System.Private.Corelib.ni.dll
authorVance Morrison <vancem@microsoft.com>
Mon, 10 Jul 2017 23:02:44 +0000 (16:02 -0700)
committerGitHub <noreply@github.com>
Mon, 10 Jul 2017 23:02:44 +0000 (16:02 -0700)
Documentation/workflow/UsingYourBuild.md

index 561efa2..b83c33e 100644 (file)
@@ -105,8 +105,7 @@ You can build just the .NET Library part of the build by doing (debug, for relea
 ```bat
     .\build skiptests skipnative
 ```
-Which builds System.Private.CoreLib.dll AND System.Private.CoreLib.ni.dll (you will always want both) if you modify
-C# code. If you wish to only compile the coreclr.dll you can do
+Which builds System.Private.CoreLib.dll if you modify C# code. If you wish to only compile the coreclr.dll you can do
  ```bat
     .\build skiptests skipmscorlib
 ```