diff --git a/TextmagicRest.Examples/App.config b/TextmagicRest.Examples/App.config
index 9c05822..bae5d6d 100644
--- a/TextmagicRest.Examples/App.config
+++ b/TextmagicRest.Examples/App.config
@@ -1,6 +1,6 @@
-
+
-
+
-
\ No newline at end of file
+
diff --git a/TextmagicRest.Examples/TextmagicRest.Examples.csproj b/TextmagicRest.Examples/TextmagicRest.Examples.csproj
index ab961bf..eed2efc 100644
--- a/TextmagicRest.Examples/TextmagicRest.Examples.csproj
+++ b/TextmagicRest.Examples/TextmagicRest.Examples.csproj
@@ -9,9 +9,10 @@
Properties
TextmagicRest.Examples
TextmagicRest.Examples
- v4.5.1
+ v4.6.1
512
true
+
AnyCPU
diff --git a/TextmagicRest.Tests/Common.cs b/TextmagicRest.Tests/Common.cs
index d1a8720..bbc9805 100644
--- a/TextmagicRest.Tests/Common.cs
+++ b/TextmagicRest.Tests/Common.cs
@@ -1,12 +1,7 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using RestSharp;
+using RestSharp;
using System.Net;
using Moq;
-using RestSharp.Deserializers;
+using RestSharp.Serialization.Json;
namespace TextmagicRest.Tests
{
diff --git a/TextmagicRest.Tests/TextmagicRest.Tests.csproj b/TextmagicRest.Tests/TextmagicRest.Tests.csproj
index 0af90c9..4e58e99 100644
--- a/TextmagicRest.Tests/TextmagicRest.Tests.csproj
+++ b/TextmagicRest.Tests/TextmagicRest.Tests.csproj
@@ -9,8 +9,9 @@
Properties
TextmagicRest.Tests
TextmagicRest.Tests
- v4.5
+ v4.6.1
512
+
true
@@ -54,12 +55,12 @@
..\packages\NUnitTestAdapter.2.0.0\lib\NUnit.VisualStudio.TestAdapter.dll
False
-
- ..\packages\RestSharp.105.1.0\lib\net45\RestSharp.dll
- True
+
+ ..\packages\RestSharp.106.13.0\lib\net452\RestSharp.dll
+
diff --git a/TextmagicRest.Tests/packages.config b/TextmagicRest.Tests/packages.config
index 8a91701..f3f529a 100644
--- a/TextmagicRest.Tests/packages.config
+++ b/TextmagicRest.Tests/packages.config
@@ -3,5 +3,5 @@
-
+
\ No newline at end of file
diff --git a/TextmagicRest/TextmagicAuthenticator.cs b/TextmagicRest/TextmagicAuthenticator.cs
index ab780d3..9202515 100644
--- a/TextmagicRest/TextmagicAuthenticator.cs
+++ b/TextmagicRest/TextmagicAuthenticator.cs
@@ -1,9 +1,5 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using RestSharp;
+using RestSharp;
+using RestSharp.Authenticators;
namespace TextmagicRest
{
diff --git a/TextmagicRest/TextmagicRest.csproj b/TextmagicRest/TextmagicRest.csproj
index bae8486..b890ab3 100644
--- a/TextmagicRest/TextmagicRest.csproj
+++ b/TextmagicRest/TextmagicRest.csproj
@@ -9,8 +9,9 @@
Properties
TextmagicRest
TextmagicRest
- v4.5
+ v4.6.1
512
+
true
@@ -30,12 +31,12 @@
4
-
- ..\packages\RestSharp.105.1.0\lib\net45\RestSharp.dll
- True
+
+ ..\packages\RestSharp.106.13.0\lib\net452\RestSharp.dll
+
diff --git a/TextmagicRest/packages.config b/TextmagicRest/packages.config
index 9396df9..7302f46 100644
--- a/TextmagicRest/packages.config
+++ b/TextmagicRest/packages.config
@@ -1,4 +1,4 @@
-
+
\ No newline at end of file