Fixed readme bullets.

This commit is contained in:
Jared Goodwin 2019-03-20 15:13:28 -07:00
parent cd4056e844
commit b6b3696fd7

View File

@ -51,8 +51,8 @@ The following steps will configure your Windows 10 machine for building the Remo
* Remotely control sessions will first be recorded as a series of images, which will then be converted to MP4 using FFmpeg.
## Notes
* .NET Core has two methods of deployment: framework-dependent and self-contained.
* Framework-dependent deployments require the .NET Core runtime to be installed on the target computers. It must be the same version or higher that was used to build the app.
* Self-contained deployments have the runtime built in, so you don't need to install it on the target computers. As a result, the total file size is much larger.
* .NET Core uses runtime identifiers that are targeted when building.
* Link: https://docs.microsoft.com/en-us/dotnet/core/rid-catalog
* .NET Core has two methods of deployment: framework-dependent and self-contained.
* Framework-dependent deployments require the .NET Core runtime to be installed on the target computers. It must be the same version or higher that was used to build the app.
* Self-contained deployments have the runtime built in, so you don't need to install it on the target computers. As a result, the total file size is much larger.
* .NET Core uses runtime identifiers that are targeted when building.
* Link: https://docs.microsoft.com/en-us/dotnet/core/rid-catalog