diff --git a/src/RestSharp/RequestBody.cs b/src/RestSharp/RequestBody.cs index 984b75a8a..fcbfd02ab 100644 --- a/src/RestSharp/RequestBody.cs +++ b/src/RestSharp/RequestBody.cs @@ -20,7 +20,6 @@ public class RequestBody { public string Name { get; } public object Value { get; } - [Obsolete("The RestBody constructor will be internal in future versions")] public RequestBody(string contentType, string name, object value) { ContentType = contentType; Name = name; diff --git a/test/Directory.Build.props b/test/Directory.Build.props index d80f52435..37a78777d 100644 --- a/test/Directory.Build.props +++ b/test/Directory.Build.props @@ -12,7 +12,7 @@ - +