Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit be96c62

Browse files
committed
Remove the rest of the Rackspace.Threading references
1 parent 20af129 commit be96c62

File tree

5 files changed

+0
-11
lines changed

5 files changed

+0
-11
lines changed

src/tests/IntegrationTests/IntegrationTests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@
5656
<HintPath>$(SolutionDir)packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
5757
<Private>True</Private>
5858
</Reference>
59-
<Reference Include="Rackspace.Threading, Version=2.0.0.0, Culture=neutral, PublicKeyToken=bb62785d398726f0, processorArchitecture=MSIL">
60-
<HintPath>$(SolutionDir)\packages\TunnelVisionLabs.Threading.2.0.0-unity\lib\net35-client\Rackspace.Threading.dll</HintPath>
61-
<Private>True</Private>
62-
</Reference>
6359
<Reference Include="System" />
6460
<Reference Include="System.Core" />
6561
<Reference Include="System.Threading, Version=1.0.3333.0, Culture=neutral, PublicKeyToken=402899b480e6f383, processorArchitecture=MSIL">

src/tests/IntegrationTests/UnzipTaskTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
using Microsoft.Win32.SafeHandles;
77
using NSubstitute;
88
using NUnit.Framework;
9-
using Rackspace.Threading;
109

1110
namespace IntegrationTests
1211
{

src/tests/IntegrationTests/packages.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
<package id="NSubstitute" version="1.10.0.0" targetFramework="net35" />
77
<package id="NUnit" version="2.6.4" targetFramework="net35" />
88
<package id="TaskParallelLibrary" version="1.0.3333.0" targetFramework="net35" />
9-
<package id="TunnelVisionLabs.Threading" version="2.0.0-unity" targetFramework="net35" />
109
</packages>

src/tests/TestUtils/TestUtils.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@
4242
<HintPath>$(SolutionDir)packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
4343
<Private>True</Private>
4444
</Reference>
45-
<Reference Include="Rackspace.Threading, Version=2.0.0.0, Culture=neutral, PublicKeyToken=bb62785d398726f0, processorArchitecture=MSIL">
46-
<HintPath>$(SolutionDir)\packages\TunnelVisionLabs.Threading.2.0.0-unity\lib\net35-client\Rackspace.Threading.dll</HintPath>
47-
<Private>True</Private>
48-
</Reference>
4945
<Reference Include="System" />
5046
<Reference Include="System.Core" />
5147
<Reference Include="System.Threading, Version=1.0.3333.0, Culture=neutral, PublicKeyToken=402899b480e6f383, processorArchitecture=MSIL">

src/tests/TestUtils/packages.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44
<package id="NSubstitute" version="1.10.0.0" targetFramework="net35" />
55
<package id="NUnit" version="2.6.4" targetFramework="net35" />
66
<package id="TaskParallelLibrary" version="1.0.3333.0" targetFramework="net35" />
7-
<package id="TunnelVisionLabs.Threading" version="2.0.0-unity" targetFramework="net35" />
87
</packages>

0 commit comments

Comments
 (0)