Skip to content

Commit 7aa9cf4

Browse files
committed
fix using in Windows Phone project
1 parent e69d283 commit 7aa9cf4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RestSharp/RestClientExtensions.cs

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
using System;
22
using System.Linq;
3+
#if NET4
34
using System.Threading.Tasks;
5+
#endif
46

57
namespace RestSharp
68
{

0 commit comments

Comments
 (0)