From 1ced0bc833cc2c58e7e5b3afdb4d28b6846a0576 Mon Sep 17 00:00:00 2001 From: Jared Date: Sun, 30 Aug 2020 11:32:34 -0700 Subject: [PATCH] Remove .NET Core runtime requirement. Deployments are self-contained. --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index f0bc537c..562b5312 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,6 @@ Website: https://remotely.one Feedback: https://remotely.featureupvote.com/ Subreddit: https://www.reddit.com/r/remotely_app/ -## Client Prerequisites: -* Endpoint devices require the .NET Core runtime to be installed. - * For Windows, the Desktop Runtime is required. - * Download Link: https://dotnet.microsoft.com/download/dotnet-core/current/runtime - * The installer will automatically download and install the runtime if missing. - ## Build Instructions (Windows 10) The following steps will configure your Windows 10 machine for building the Remotely server and clients. * Install Visual Studio 2019.