Skip to content

v7.1.1

Choose a tag to compare

@fgreinacher fgreinacher released this 21 Dec 10:34
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.