Skip to content

Commit

Permalink
Refactactor for compatibilty with earlier .NET versions
Browse files Browse the repository at this point in the history
  • Loading branch information
teamcrombie committed Nov 6, 2024
1 parent 9fb136f commit 19e4881
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/ILovePDF/Core/RequestHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
using System.Security.Authentication;
using System.Text;
using System.Threading.Tasks;
using iLovePdf.Core;

namespace iLovePdf.Core
{
Expand Down
1 change: 1 addition & 0 deletions src/ILovePDF/Core/iLovePdfApi.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using iLovePdf.Model.Task;
using iLovePdf.Core;

namespace iLovePdf.Core
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
using iLovePdf.Model.Enums;
using System.Xml.Linq;
using System.Text.RegularExpressions;
using System.Globalization;

namespace iLovePdf.Model.TaskParams.Sign.Elements
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using iLovePdf.Model.Enums;
using iLovePdf.Model.TaskParams.Sign.Elements;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
Expand Down
5 changes: 3 additions & 2 deletions src/ILovePDF/Model/TaskParams/SignParams.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
using iLovePdf.Attributes;
using iLovePdf.Model.Enums;
using iLovePdf.Model.Enums;
using iLovePdf.Model.Task;
using iLovePdf.Model.TaskParams.Sign.Elements;
using iLovePdf.Attributes;
using iLovePdf.Model.TaskParams;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using System;
Expand Down

0 comments on commit 19e4881

Please sign in to comment.