From: Vance Morrison Date: Mon, 10 Jul 2017 23:00:46 +0000 (-0700) Subject: Remove reference to System.Private.Corelib.ni.dll X-Git-Tag: accepted/tizen/base/20180629.140029~1083^2~218 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=774dd7bbea04c826978aba5e8afb8b5cca2941c0;p=platform%2Fupstream%2Fcoreclr.git Remove reference to System.Private.Corelib.ni.dll The build now only has the NGENed image (called but called System.Private.Corelib.dll. Remove references to the *.ni.dll version --- diff --git a/Documentation/workflow/UsingYourBuild.md b/Documentation/workflow/UsingYourBuild.md index dcb24b3..561efa2 100644 --- a/Documentation/workflow/UsingYourBuild.md +++ b/Documentation/workflow/UsingYourBuild.md @@ -95,8 +95,6 @@ you wish to update the DLLs. For example typically when you update CoreCLR you e * coreclr.dll - Most modifications (with the exception of the JIT compiler and tools) that are C++ code update this DLL. * System.Private.CoreLib.dll - If you modified C# it will end up here. -* System.Private.CoreLib.ni.dll - the native image (code) for System.Private.Corelib. If you modify C# code -you will want to update both of these together in the target installation. Thus after making a change and building, you can simply copy the updated binary from the `bin\Product\..` directory to your publication directory (e.g. `helloWorld\bin\Debug\netcoreapp2.0\win7-x64\publish`) to quickly