Skip to content

Commit

Permalink
update Octokit package
Browse files Browse the repository at this point in the history
  • Loading branch information
bux committed Aug 8, 2018
1 parent 1c83eac commit 027e7d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tabler/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<packages>
<package id="EPPlus" version="4.1.0" targetFramework="net45" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net45" />
<package id="Octokit" version="0.20.0" targetFramework="net45" />
<package id="Octokit" version="0.31.0" targetFramework="net452" />
</packages>
5 changes: 2 additions & 3 deletions tabler/tabler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,8 @@
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Octokit, Version=0.20.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Octokit.0.20.0\lib\net45\Octokit.dll</HintPath>
<Private>True</Private>
<Reference Include="Octokit, Version=0.31.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Octokit.0.31.0\lib\net45\Octokit.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
Expand Down

0 comments on commit 027e7d0

Please sign in to comment.