Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 5d76523

Browse files
committed
Remove GitHub.Primitives.UnitTests's Rx dependency
This project shouldn't depend on Rx.
1 parent aa39c20 commit 5d76523

File tree

2 files changed

+0
-37
lines changed

2 files changed

+0
-37
lines changed

test/GitHub.Primitives.UnitTests/GitHub.Primitives.UnitTests.csproj

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -41,40 +41,14 @@
4141
<HintPath>..\..\packages\LibGit2Sharp.0.23.1\lib\net40\LibGit2Sharp.dll</HintPath>
4242
<Private>True</Private>
4343
</Reference>
44-
<Reference Include="Microsoft.Reactive.Testing, Version=2.2.5.0, Culture=neutral, PublicKeyToken=62aa029873c516b4, processorArchitecture=MSIL">
45-
<HintPath>..\..\packages\Rx-Testing.2.2.5-custom\lib\net45\Microsoft.Reactive.Testing.dll</HintPath>
46-
<Private>True</Private>
47-
</Reference>
4844
<Reference Include="nunit.framework, Version=3.9.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
4945
<HintPath>..\..\packages\NUnit.3.9.0\lib\net45\nunit.framework.dll</HintPath>
5046
</Reference>
51-
<Reference Include="PresentationCore" />
5247
<Reference Include="System" />
5348
<Reference Include="System.Core" />
5449
<Reference Include="System.IO.Compression.FileSystem" />
55-
<Reference Include="System.Reactive.Core, Version=2.2.5.0, Culture=neutral, PublicKeyToken=62aa029873c516b4, processorArchitecture=MSIL">
56-
<HintPath>..\..\packages\Rx-Core.2.2.5-custom\lib\net45\System.Reactive.Core.dll</HintPath>
57-
<Private>True</Private>
58-
</Reference>
59-
<Reference Include="System.Reactive.Interfaces, Version=2.2.5.0, Culture=neutral, PublicKeyToken=62aa029873c516b4, processorArchitecture=MSIL">
60-
<HintPath>..\..\packages\Rx-Interfaces.2.2.5-custom\lib\net45\System.Reactive.Interfaces.dll</HintPath>
61-
<Private>True</Private>
62-
</Reference>
63-
<Reference Include="System.Reactive.Linq, Version=2.2.5.0, Culture=neutral, PublicKeyToken=62aa029873c516b4, processorArchitecture=MSIL">
64-
<HintPath>..\..\packages\Rx-Linq.2.2.5-custom\lib\net45\System.Reactive.Linq.dll</HintPath>
65-
<Private>True</Private>
66-
</Reference>
67-
<Reference Include="System.Reactive.PlatformServices, Version=2.2.5.0, Culture=neutral, PublicKeyToken=62aa029873c516b4, processorArchitecture=MSIL">
68-
<HintPath>..\..\packages\Rx-PlatformServices.2.2.5-custom\lib\net45\System.Reactive.PlatformServices.dll</HintPath>
69-
<Private>True</Private>
70-
</Reference>
71-
<Reference Include="System.Reactive.Windows.Threading, Version=2.2.5.0, Culture=neutral, PublicKeyToken=62aa029873c516b4, processorArchitecture=MSIL">
72-
<HintPath>..\..\packages\Rx-XAML.2.2.5-custom\lib\net45\System.Reactive.Windows.Threading.dll</HintPath>
73-
<Private>True</Private>
74-
</Reference>
7550
<Reference Include="System.Xaml" />
7651
<Reference Include="System.Xml" />
77-
<Reference Include="WindowsBase" />
7852
</ItemGroup>
7953
<ItemGroup>
8054
<Compile Include="..\Helpers\SplatModeDetectorSetUp.cs">
@@ -97,10 +71,6 @@
9771
<Project>{9AEA02DB-02B5-409C-B0CA-115D05331A6B}</Project>
9872
<Name>GitHub.Exports</Name>
9973
</ProjectReference>
100-
<ProjectReference Include="..\..\src\GitHub.InlineReviews\GitHub.InlineReviews.csproj">
101-
<Project>{7f5ed78b-74a3-4406-a299-70cfb5885b8b}</Project>
102-
<Name>GitHub.InlineReviews</Name>
103-
</ProjectReference>
10474
</ItemGroup>
10575
<ItemGroup>
10676
<None Include="packages.config">

test/GitHub.Primitives.UnitTests/packages.config

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,4 @@
33
<package id="LibGit2Sharp" version="0.23.1" targetFramework="net461" />
44
<package id="LibGit2Sharp.NativeBinaries" version="1.0.164" targetFramework="net461" />
55
<package id="NUnit" version="3.9.0" targetFramework="net461" />
6-
<package id="Rx-Core" version="2.2.5-custom" targetFramework="net45" />
7-
<package id="Rx-Interfaces" version="2.2.5-custom" targetFramework="net45" />
8-
<package id="Rx-Linq" version="2.2.5-custom" targetFramework="net45" />
9-
<package id="Rx-Main" version="2.2.5-custom" targetFramework="net45" />
10-
<package id="Rx-PlatformServices" version="2.2.5-custom" targetFramework="net45" />
11-
<package id="Rx-Testing" version="2.2.5-custom" targetFramework="net45" />
12-
<package id="Rx-XAML" version="2.2.5-custom" targetFramework="net45" />
136
</packages>

0 commit comments

Comments
 (0)