v7.1.1
Enable File.Replace for all but netstandard1.4 According to the documentation, File.Replace is a part of .NET Standard 2.0 and supported by Core 2.0 and later. Related to #334 but does not attempt to address all methods that might be supported by .NET Standard/Core 2.0 and later.