Skip to content

Commit 32fe1a4

Browse files
committed
Reverted RestSharp back to 105.1.0 due to bug
See restsharp/RestSharp#742 for bug details
1 parent e3f58c7 commit 32fe1a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VirusTotal.NET/VirusTotal.NET.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
<Compile Include="VirusTotal.cs" />
8383
</ItemGroup>
8484
<ItemGroup>
85-
<Reference Include="RestSharp">
86-
<HintPath>..\packages\RestSharp.105.2.3\lib\net46\RestSharp.dll</HintPath>
85+
<Reference Include="RestSharp, Version=105.1.0.0, Culture=neutral, processorArchitecture=MSIL">
86+
<HintPath>..\packages\RestSharp.105.1.0\lib\net452\RestSharp.dll</HintPath>
8787
<Private>True</Private>
8888
</Reference>
8989
<Reference Include="System" />

VirusTotal.NET/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="RestSharp" version="105.2.3" targetFramework="net461" />
3+
<package id="RestSharp" version="105.1.0" targetFramework="net461" />
44
</packages>

0 commit comments

Comments
 (0)