Update manual-shared-update.md

This commit is contained in:
Peter Marcu 2016-08-26 13:57:13 -07:00 committed by GitHub
parent 4f43d9b3c1
commit 9e65a2da32

View file

@ -1,6 +1,6 @@
# Manually updating the Shared Framework #
# Manually updating CoreCLR and the JIT in the Shared Framework #
The procedures detailed below can be used to update the .NET Core shared runtime and libraries, also known as Microsoft.NETCore.App in-place. This will enable portable applications to take advantage of updates to the shared files. The preferred way to update Microsoft.NETCore.App is to install the new version side-by-side but there may be times when an updated NETCore.App is not yet available while the required components have been released as NuGet packages.
The procedures detailed below can be used to update the CoreCLR runtime and JIT that are part of the .NET Core shared runtime and libraries, also known as Microsoft.NETCore.App in-place. This will enable portable applications to take advantage of updates to the shared files. The preferred way to update Microsoft.NETCore.App is to install the new version side-by-side but there may be times when an updated NETCore.App is not yet available while the required components have been released as NuGet packages.
Again, this process should be done only in the event that required updates are available as NuGet packages and not as an updated .NET Core installer.
@ -61,4 +61,4 @@ If the backup was successful `diff 1.0.0/ 1.0.0-backup` will return nothing.
The final step is to update the files in `Microsoft.NETCore.App/1.0.0` by copying the files from the temporary location into Microsoft.NETCoreApp/1.0.0. Do not copy the /native or /lib directories, just the files.
At this point, any portable application on the system will make use of the updated runtime files which you have copied into the `Microsoft.NETCoreApp/1.0.0` directory.
At this point, any portable application on the system will make use of the updated runtime files which you have copied into the `Microsoft.NETCoreApp/1.0.0` directory.