Skip to content

Commit

Permalink
Remove Restsharp
Browse files Browse the repository at this point in the history
  • Loading branch information
Workshop2 committed Jul 1, 2017
1 parent 1834439 commit b61acc1
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@
<Reference Include="nunit.framework, Version=3.4.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<HintPath>..\..\packages\NUnit.3.4.1\lib\net45\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="RestSharp, Version=105.2.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\RestSharp.105.2.3\lib\net46\RestSharp.dll</HintPath>
</Reference>
<Reference Include="SlackConnector, Version=3.1.236.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\SlackConnector.3.1.236\lib\net461\SlackConnector.dll</HintPath>
</Reference>
Expand Down
1 change: 0 additions & 1 deletion src/Noobot.Toolbox.Tests.Integration/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net461" />
<package id="Noobot.Core" version="2.0.18" targetFramework="net461" />
<package id="NUnit" version="3.4.1" targetFramework="net461" />
<package id="RestSharp" version="105.2.3" targetFramework="net461" />
<package id="SlackConnector" version="3.1.236" targetFramework="net461" />
<package id="StructureMap" version="4.5.1" targetFramework="net461" />
<package id="System.Diagnostics.DiagnosticSource" version="4.0.0" targetFramework="net461" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@
<Reference Include="nunit.framework, Version=3.4.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<HintPath>..\..\packages\NUnit.3.4.1\lib\net45\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="RestSharp, Version=105.2.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\RestSharp.105.2.3\lib\net46\RestSharp.dll</HintPath>
</Reference>
<Reference Include="SlackConnector, Version=3.1.236.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\SlackConnector.3.1.236\lib\net461\SlackConnector.dll</HintPath>
</Reference>
Expand Down
1 change: 0 additions & 1 deletion src/Noobot.Toolbox.Tests.Unit/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net461" />
<package id="Noobot.Core" version="2.0.18" targetFramework="net461" />
<package id="NUnit" version="3.4.1" targetFramework="net461" />
<package id="RestSharp" version="105.2.3" targetFramework="net461" />
<package id="SlackConnector" version="3.1.236" targetFramework="net461" />
<package id="StructureMap" version="4.5.1" targetFramework="net461" />
<package id="System.Diagnostics.DiagnosticSource" version="4.0.0" targetFramework="net461" />
Expand Down
3 changes: 0 additions & 3 deletions src/Noobot.Toolbox/Noobot.Toolbox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@
<Reference Include="Quartz, Version=2.4.1.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<HintPath>..\..\packages\Quartz.2.4.1\lib\net40\Quartz.dll</HintPath>
</Reference>
<Reference Include="RestSharp, Version=105.2.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\RestSharp.105.2.3\lib\net46\RestSharp.dll</HintPath>
</Reference>
<Reference Include="SlackConnector, Version=3.1.236.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\SlackConnector.3.1.236\lib\net461\SlackConnector.dll</HintPath>
</Reference>
Expand Down
1 change: 0 additions & 1 deletion src/Noobot.Toolbox/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net461" />
<package id="Noobot.Core" version="2.0.18" targetFramework="net461" />
<package id="Quartz" version="2.4.1" targetFramework="net461" />
<package id="RestSharp" version="105.2.3" targetFramework="net461" />
<package id="SlackConnector" version="3.1.236" targetFramework="net461" />
<package id="StructureMap" version="4.5.1" targetFramework="net461" />
<package id="System.Diagnostics.DiagnosticSource" version="4.0.0" targetFramework="net461" />
Expand Down

0 comments on commit b61acc1

Please sign in to comment.