Skip to content

Commit 4630fe2

Browse files
authored
Fix the issue with not including using Newtonsoft.Json.Linq;
1 parent 6161cef commit 4630fe2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Form/KeyAuth.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111
using System.Collections.Generic;
1212
using System.Security.Cryptography.X509Certificates;
1313
using System.Net.Security;
14-
using System.Windows;
14+
using Newtonsoft.Json;
1515
using System.Threading;
1616
using System.Runtime.CompilerServices;
17+
using Newtonsoft.Json.Linq;
1718

1819
namespace KeyAuth
1920
{

0 commit comments

Comments
 (0)