Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Swotch9399 authored Nov 27, 2024
1 parent 01234a7 commit 473bbf1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion dnschanger/dnschanger/dnschanger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
using IWshRuntimeLibrary;
using File = System.IO.File;
using System.Xml.Linq;
using Newtonsoft.Json.Linq;
using dnschanger.Properties;
using System.Text.RegularExpressions;

Expand Down
3 changes: 0 additions & 3 deletions dnschanger/dnschanger/dnschanger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.IO.Compression.FileSystem" />
Expand Down
1 change: 0 additions & 1 deletion dnschanger/dnschanger/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net472" />
<package id="System.IO.Compression.ZipFile" version="4.3.0" targetFramework="net472" />
</packages>

0 comments on commit 473bbf1

Please sign in to comment.