From c8fa367d8084c87021f015616ceb77403da51a4a Mon Sep 17 00:00:00 2001 From: BlueBlock Date: Thu, 5 Sep 2019 05:56:11 -0400 Subject: [PATCH] update framework req to 4.6.2 --- docs/01-introduction.md | 2 +- docs/02-installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/01-introduction.md b/docs/01-introduction.md index b756d6b..36754a9 100644 --- a/docs/01-introduction.md +++ b/docs/01-introduction.md @@ -140,7 +140,7 @@ Duplicati must be installed on a device with a supported operating system. Curre Because many devices run on an operating system based on Linux, Duplicati can be installed on some devices that are not personal computers, like a NAS or Raspberry Pi. -Windows-based devices should have .NET Framework 4.5 or higher installed. For Linux and OSX, a recent version of Mono is a requirement. +Windows-based devices should have .NET Framework 4.6.2 or higher installed. For Linux and OSX, a recent version of Mono is a requirement. Duplicati can make backups of files that are opened by other processes. For Windows, a snapshot of the file system is created using Volume Shadowcopy Services (VSS), LVM is used on Linux Systems. To be able to create a VSS snapshot, Duplicati needs C++ run-time components for Visual Studio 2015 to be installed and must be run with administrator privileges. diff --git a/docs/02-installation.md b/docs/02-installation.md index 22c8600..3b060fe 100644 --- a/docs/02-installation.md +++ b/docs/02-installation.md @@ -32,7 +32,7 @@ Registering Duplicati as a service could also be a solution if you want to make ## Prerequisites ***** -![](icon_windows_begin.png) Duplicati depends on other software. For Windows, Microsoft .NET Framework 4.5 or higher needs to be installed. Linux and Mac OS X require Mono to be installed. +![](icon_windows_begin.png) Duplicati depends on other software. For Windows, Microsoft .NET Framework 4.6.2 or higher needs to be installed. Linux and Mac OS X require Mono to be installed. If your system has no or an outdated version of the .NET Framework, download the latest version from [https://www.microsoft.com/net/download/framework](https://www.microsoft.com/net/download/framework) and install it.