mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-10 18:11:04 +09:00
Remove another reference to System.Private.Corelib.ni.dll
Commit migrated from 81b4233b34
This commit is contained in:
parent
61e1627b8e
commit
50530d4fb4
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue