From c316153b8859f333bb7d0efcfa623ca0bedeffb4 Mon Sep 17 00:00:00 2001 From: Jared Goodwin Date: Tue, 16 Apr 2019 17:43:10 -0700 Subject: [PATCH] Added TargetLatestRuntimePatch project attribute. --- Remotely_Agent/Remotely_Agent.csproj | 1 + Remotely_ScreenCast.Linux/Remotely_ScreenCast.Linux.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/Remotely_Agent/Remotely_Agent.csproj b/Remotely_Agent/Remotely_Agent.csproj index b416883f..298ec546 100644 --- a/Remotely_Agent/Remotely_Agent.csproj +++ b/Remotely_Agent/Remotely_Agent.csproj @@ -3,6 +3,7 @@ Exe netcoreapp2.2 + true false Copyright © 2019 Translucency Software Background service that maintains a connection to the Remotely server. The service is used for remote support and maintenance by this computer's administrators. diff --git a/Remotely_ScreenCast.Linux/Remotely_ScreenCast.Linux.csproj b/Remotely_ScreenCast.Linux/Remotely_ScreenCast.Linux.csproj index e33fe74f..bfb32e86 100644 --- a/Remotely_ScreenCast.Linux/Remotely_ScreenCast.Linux.csproj +++ b/Remotely_ScreenCast.Linux/Remotely_ScreenCast.Linux.csproj @@ -4,6 +4,7 @@ Exe netcoreapp2.2 Allows unattended remote control via the Remotely server. + true