1
0
Fork 0
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:
Vance Morrison 2017-07-10 16:02:44 -07:00 committed by GitHub
parent 61e1627b8e
commit 50530d4fb4

View 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
```