Supported Platforms

Since version 5.0 RestClient targets .NET Standard 2.0 and .NET 8.0 therefore supports Windows, Linux, Mac and Xamarin (iOS, Android and UWP).

  • All modern versions of .NET supported (.NET 5, .NET 6 and later)
  • All versions of .NET Core supported
  • All versions of legacy .NET Framework > 4.6.2 supported

The .NET 8.0 build uses the System.Text.Json that ships with the runtime and drops the legacy package dependencies entirely - if you’re on a modern runtime your dependency graph just got smaller.

If you need to target .NET Standard 1.4 use version 3.2.2.

Updated: