Skip to content

Commit 81b4233

Browse files
authored
Remove another reference to System.Private.Corelib.ni.dll
1 parent 774dd7b commit 81b4233

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Documentation/workflow/UsingYourBuild.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@ You can build just the .NET Library part of the build by doing (debug, for relea
105105
```bat
106106
.\build skiptests skipnative
107107
```
108-
Which builds System.Private.CoreLib.dll AND System.Private.CoreLib.ni.dll (you will always want both) if you modify
109-
C# code. If you wish to only compile the coreclr.dll you can do
108+
Which builds System.Private.CoreLib.dll if you modify C# code. If you wish to only compile the coreclr.dll you can do
110109
```bat
111110
.\build skiptests skipmscorlib
112111
```

0 commit comments

Comments
 (0)