We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e69d283 commit 7aa9cf4Copy full SHA for 7aa9cf4
RestSharp/RestClientExtensions.cs
@@ -1,6 +1,8 @@
1
using System;
2
using System.Linq;
3
+#if NET4
4
using System.Threading.Tasks;
5
+#endif
6
7
namespace RestSharp
8
{
0 commit comments