mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Fixed readme bullets.
This commit is contained in:
parent
cd4056e844
commit
b6b3696fd7
10
README.md
10
README.md
@ -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
|
||||
Loading…
Reference in New Issue
Block a user