Skip to content

Commit 1d8a677

Browse files
committed
Updated dependencies.
1 parent 8eef8d2 commit 1d8a677

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

Git.hub/Client.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
using System.Collections.Generic;
33
using System.Linq;
44
using RestSharp;
5+
using RestSharp.Authenticators;
56

67
namespace Git.hub
78
{

Git.hub/Git.hub.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
3737
</PropertyGroup>
3838
<ItemGroup>
39-
<Reference Include="RestSharp, Version=105.0.1.0, Culture=neutral, processorArchitecture=MSIL">
40-
<SpecificVersion>False</SpecificVersion>
41-
<HintPath>..\..\..\packages\RestSharp.105.0.1\lib\net4-client\RestSharp.dll</HintPath>
39+
<Reference Include="RestSharp, Version=105.2.3.0, Culture=neutral, processorArchitecture=MSIL">
40+
<HintPath>..\..\..\packages\RestSharp.105.2.3\lib\net4-client\RestSharp.dll</HintPath>
41+
<Private>True</Private>
4242
</Reference>
4343
<Reference Include="System" />
4444
</ItemGroup>

Git.hub/OAuth2Helper.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
using System.Linq;
44
using System.Text;
55
using RestSharp;
6+
using RestSharp.Authenticators;
67

78
namespace Git.hub
89
{

Git.hub/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.0.1" targetFramework="net40-Client" />
3+
<package id="RestSharp" version="105.2.3" targetFramework="net40-client" />
44
</packages>

0 commit comments

Comments
 (0)