Skip to content

Commit

Permalink
Update Octokit
Browse files Browse the repository at this point in the history
  • Loading branch information
SHOEGAZEssb committed Oct 31, 2023
1 parent 3594da2 commit 92daee5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Last.fm-Scrubbler-WPF-Test/Last.fm-Scrubbler-WPF-Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
<Reference Include="nunitlite, Version=3.13.3.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<HintPath>..\packages\NUnitLite.3.13.3\lib\net45\nunitlite.dll</HintPath>
</Reference>
<Reference Include="Octokit, Version=8.0.0.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL">
<HintPath>..\packages\Octokit.8.0.0\lib\netstandard2.0\Octokit.dll</HintPath>
<Reference Include="Octokit, Version=8.1.1.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL">
<HintPath>..\packages\Octokit.8.1.1\lib\netstandard2.0\Octokit.dll</HintPath>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
Expand Down
2 changes: 1 addition & 1 deletion Last.fm-Scrubbler-WPF-Test/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net461" />
<package id="NUnit" version="3.13.3" targetFramework="net461" />
<package id="NUnitLite" version="3.13.3" targetFramework="net461" />
<package id="Octokit" version="8.0.0" targetFramework="net461" />
<package id="Octokit" version="8.1.1" targetFramework="net461" />
<package id="OpenCover" version="4.7.1221" targetFramework="net461" />
<package id="RateLimiter" version="2.2.0" targetFramework="net461" />
<package id="RestSharp" version="106.15.0" targetFramework="net461" />
Expand Down
4 changes: 2 additions & 2 deletions Last.fm-Scrubbler-WPF/Last.fm-Scrubbler-WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
<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="Octokit, Version=8.0.0.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL">
<HintPath>..\packages\Octokit.8.0.0\lib\netstandard2.0\Octokit.dll</HintPath>
<Reference Include="Octokit, Version=8.1.1.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL">
<HintPath>..\packages\Octokit.8.1.1\lib\netstandard2.0\Octokit.dll</HintPath>
</Reference>
<Reference Include="policy.2.0.taglib-sharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=db62eba44689b5b0, processorArchitecture=MSIL">
<HintPath>..\packages\taglib.2.1.0.0\lib\policy.2.0.taglib-sharp.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion Last.fm-Scrubbler-WPF/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<package id="Microsoft.Xaml.Behaviors.Wpf" version="1.1.39" targetFramework="net461" />
<package id="NETStandard.Library" version="2.0.3" targetFramework="net461" />
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net461" />
<package id="Octokit" version="8.0.0" targetFramework="net461" />
<package id="Octokit" version="8.1.1" targetFramework="net461" />
<package id="RateLimiter" version="2.2.0" targetFramework="net461" />
<package id="RestSharp" version="106.15.0" targetFramework="net461" />
<package id="RestSharpHelper" version="1.1.1" targetFramework="net461" />
Expand Down

0 comments on commit 92daee5

Please sign in to comment.