Skip to content

Commit b82fcc1

Browse files
Merge pull request #37 from Shxde1/main
2 parents 1af8f37 + 4630fe2 commit b82fcc1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Console/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
{

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)