Skip to content

Commit

Permalink
Fix the issue with not including using Newtonsoft.Json.Linq;
Browse files Browse the repository at this point in the history
  • Loading branch information
Shxde1 authored Apr 28, 2024
1 parent 6161cef commit 4630fe2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Form/KeyAuth.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
using System.Collections.Generic;
using System.Security.Cryptography.X509Certificates;
using System.Net.Security;
using System.Windows;
using Newtonsoft.Json;
using System.Threading;
using System.Runtime.CompilerServices;
using Newtonsoft.Json.Linq;

namespace KeyAuth
{
Expand Down

0 comments on commit 4630fe2

Please sign in to comment.