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

Commit 3ab34c0

Browse files
author
Meaghan Lewis
committed
remove unused dependencies from test projects
1 parent 01b0688 commit 3ab34c0

File tree

22 files changed

+13
-1080
lines changed

22 files changed

+13
-1080
lines changed

test/GitHub.Api.UnitTests/GitHub.Api.UnitTests.csproj

Lines changed: 0 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -62,45 +62,18 @@
6262
<HintPath>..\..\packages\Microsoft.VisualStudio.TextManager.Interop.8.0.8.0.50727\lib\Microsoft.VisualStudio.TextManager.Interop.8.0.dll</HintPath>
6363
<Private>True</Private>
6464
</Reference>
65-
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
66-
<HintPath>..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
67-
<Private>True</Private>
68-
</Reference>
6965
<Reference Include="NSubstitute, Version=2.0.3.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca, processorArchitecture=MSIL">
7066
<HintPath>..\..\packages\NSubstitute.2.0.3\lib\net45\NSubstitute.dll</HintPath>
7167
<Private>True</Private>
7268
</Reference>
7369
<Reference Include="nunit.framework, Version=3.9.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
7470
<HintPath>..\..\packages\NUnit.3.9.0\lib\net45\nunit.framework.dll</HintPath>
7571
</Reference>
76-
<Reference Include="Octokit.GraphQL, Version=0.0.2.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL">
77-
<HintPath>..\..\packages\Octokit.GraphQL.0.0.2-alpha\lib\netstandard1.1\Octokit.GraphQL.dll</HintPath>
78-
<Private>True</Private>
79-
</Reference>
80-
<Reference Include="Octokit.GraphQL.Core, Version=0.0.2.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL">
81-
<HintPath>..\packages\Octokit.GraphQL.0.0.2-alpha\lib\netstandard1.1\Octokit.GraphQL.Core.dll</HintPath>
82-
<Private>True</Private>
83-
</Reference>
8472
<Reference Include="PresentationCore" />
85-
<Reference Include="PresentationFramework" />
86-
<Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
87-
<HintPath>..\..\packages\Serilog.2.5.0\lib\net46\Serilog.dll</HintPath>
88-
<Private>True</Private>
89-
</Reference>
90-
<Reference Include="rothko, Version=0.0.3.0, Culture=neutral, PublicKeyToken=9f664c41f503810a, processorArchitecture=MSIL">
91-
<HintPath>..\..\packages\Rothko.0.0.3-ghfvs\lib\net45\rothko.dll</HintPath>
92-
<Private>True</Private>
93-
</Reference>
9473
<Reference Include="System" />
95-
<Reference Include="System.ComponentModel.Composition" />
9674
<Reference Include="System.Core" />
9775
<Reference Include="System.IO.Compression.FileSystem" />
98-
<Reference Include="System.Net.Http" />
9976
<Reference Include="System.Xaml" />
100-
<Reference Include="System.Xml.Linq" />
101-
<Reference Include="System.Data.DataSetExtensions" />
102-
<Reference Include="Microsoft.CSharp" />
103-
<Reference Include="System.Data" />
10477
<Reference Include="System.Xml" />
10578
<Reference Include="WindowsBase" />
10679
</ItemGroup>
@@ -116,22 +89,10 @@
11689
<Compile Include="SimpleApiClientTests.cs" />
11790
</ItemGroup>
11891
<ItemGroup>
119-
<ProjectReference Include="..\..\submodules\akavache\Akavache\Akavache_Net45.csproj">
120-
<Project>{B4E665E5-6CAF-4414-A6E2-8DE1C3BCF203}</Project>
121-
<Name>Akavache_Net45</Name>
122-
</ProjectReference>
123-
<ProjectReference Include="..\..\submodules\octokit.net\Octokit.Reactive\Octokit.Reactive.csproj">
124-
<Project>{674B69B8-0780-4D54-AE2B-C15821FA51CB}</Project>
125-
<Name>Octokit.Reactive</Name>
126-
</ProjectReference>
12792
<ProjectReference Include="..\..\submodules\octokit.net\Octokit\Octokit.csproj">
12893
<Project>{08dd4305-7787-4823-a53f-4d0f725a07f3}</Project>
12994
<Name>Octokit</Name>
13095
</ProjectReference>
131-
<ProjectReference Include="..\..\submodules\reactiveui\ReactiveUI\ReactiveUI_Net45.csproj">
132-
<Project>{1ce2d235-8072-4649-ba5a-cfb1af8776e0}</Project>
133-
<Name>ReactiveUI_Net45</Name>
134-
</ProjectReference>
13596
<ProjectReference Include="..\..\submodules\splat\Splat\Splat-Net45.csproj">
13697
<Project>{252ce1c2-027a-4445-a3c2-e4d6c80a935a}</Project>
13798
<Name>Splat-Net45</Name>
@@ -152,22 +113,6 @@
152113
<Project>{7f5ed78b-74a3-4406-a299-70cfb5885b8b}</Project>
153114
<Name>GitHub.InlineReviews</Name>
154115
</ProjectReference>
155-
<ProjectReference Include="..\..\src\GitHub.TeamFoundation.14\GitHub.TeamFoundation.14.csproj">
156-
<Project>{161DBF01-1DBF-4B00-8551-C5C00F26720D}</Project>
157-
<Name>GitHub.TeamFoundation.14</Name>
158-
</ProjectReference>
159-
<ProjectReference Include="..\..\src\GitHub.UI.Reactive\GitHub.UI.Reactive.csproj">
160-
<Project>{158B05E8-FDBC-4D71-B871-C96E28D5ADF5}</Project>
161-
<Name>GitHub.UI.Reactive</Name>
162-
</ProjectReference>
163-
<ProjectReference Include="..\..\src\GitHub.UI\GitHub.UI.csproj">
164-
<Project>{346384dd-2445-4a28-af22-b45f3957bd89}</Project>
165-
<Name>GitHub.UI</Name>
166-
</ProjectReference>
167-
<ProjectReference Include="..\..\src\GitHub.VisualStudio.UI\GitHub.VisualStudio.UI.csproj">
168-
<Project>{d1dfbb0c-b570-4302-8f1e-2e3a19c41961}</Project>
169-
<Name>GitHub.VisualStudio.UI</Name>
170-
</ProjectReference>
171116
<ProjectReference Include="..\..\src\GitHub.VisualStudio\GitHub.VisualStudio.csproj">
172117
<Project>{11569514-5ae5-4b5b-92a2-f10b0967de5f}</Project>
173118
<Name>GitHub.VisualStudio</Name>

test/GitHub.Api.UnitTests/packages.config

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<packages>
33
<package id="LibGit2Sharp" version="0.23.1" targetFramework="net461" />
44
<package id="LibGit2Sharp.NativeBinaries" version="1.0.164" targetFramework="net461" />
5-
<package id="Microsoft.VisualStudio.ComponentModelHost" version="14.0.25424" targetFramework="net461" />
65
<package id="Microsoft.VisualStudio.CoreUtility" version="14.3.25407" targetFramework="net461" />
76
<package id="Microsoft.VisualStudio.Editor" version="14.3.25407" targetFramework="net461" />
87
<package id="Microsoft.VisualStudio.Language.Intellisense" version="14.3.25407" targetFramework="net461" />
@@ -24,19 +23,6 @@
2423
<package id="Microsoft.VisualStudio.Text.UI.Wpf" version="14.3.25407" targetFramework="net461" />
2524
<package id="Microsoft.VisualStudio.TextManager.Interop" version="7.10.6070" targetFramework="net461" />
2625
<package id="Microsoft.VisualStudio.TextManager.Interop.8.0" version="8.0.50727" targetFramework="net461" />
27-
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net461" />
2826
<package id="NSubstitute" version="2.0.3" targetFramework="net461" />
2927
<package id="NUnit" version="3.9.0" targetFramework="net461" />
30-
<package id="NUnit.ConsoleRunner" version="3.7.0" targetFramework="net461" />
31-
<package id="NUnit3TestAdapter" version="3.9.0" targetFramework="net461" />
32-
<package id="Octokit.GraphQL" version="0.0.4-alpha" targetFramework="net461" />
33-
<package id="Rothko" version="0.0.3-ghfvs" targetFramework="net461" />
34-
<package id="Rx-Core" version="2.2.5-custom" targetFramework="net45" />
35-
<package id="Rx-Interfaces" version="2.2.5-custom" targetFramework="net45" />
36-
<package id="Rx-Linq" version="2.2.5-custom" targetFramework="net45" />
37-
<package id="Rx-Main" version="2.2.5-custom" targetFramework="net45" />
38-
<package id="Rx-PlatformServices" version="2.2.5-custom" targetFramework="net45" />
39-
<package id="Rx-Testing" version="2.2.5-custom" targetFramework="net45" />
40-
<package id="Rx-XAML" version="2.2.5-custom" targetFramework="net45" />
41-
<package id="Serilog" version="2.5.0" targetFramework="net461" />
4228
</packages>

test/GitHub.App.UnitTests/GitHub.App.UnitTests.csproj

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,7 @@
136136
<Private>True</Private>
137137
</Reference>
138138
<Reference Include="System.Xaml" />
139-
<Reference Include="System.Xml.Linq" />
140-
<Reference Include="System.Data.DataSetExtensions" />
141139
<Reference Include="Microsoft.CSharp" />
142-
<Reference Include="System.Data" />
143140
<Reference Include="System.Xml" />
144141
<Reference Include="WindowsBase" />
145142
</ItemGroup>
@@ -198,10 +195,6 @@
198195
<Project>{B4E665E5-6CAF-4414-A6E2-8DE1C3BCF203}</Project>
199196
<Name>Akavache_Net45</Name>
200197
</ProjectReference>
201-
<ProjectReference Include="..\..\submodules\octokit.net\Octokit.Reactive\Octokit.Reactive.csproj">
202-
<Project>{674B69B8-0780-4D54-AE2B-C15821FA51CB}</Project>
203-
<Name>Octokit.Reactive</Name>
204-
</ProjectReference>
205198
<ProjectReference Include="..\..\submodules\octokit.net\Octokit\Octokit.csproj">
206199
<Project>{08dd4305-7787-4823-a53f-4d0f725a07f3}</Project>
207200
<Name>Octokit</Name>
@@ -230,46 +223,21 @@
230223
<Project>{9AEA02DB-02B5-409C-B0CA-115D05331A6B}</Project>
231224
<Name>GitHub.Exports</Name>
232225
</ProjectReference>
233-
<ProjectReference Include="..\..\src\GitHub.Extensions.Reactive\GitHub.Extensions.Reactive.csproj">
234-
<Project>{6559e128-8b40-49a5-85a8-05565ed0c7e3}</Project>
235-
<Name>GitHub.Extensions.Reactive</Name>
236-
</ProjectReference>
237226
<ProjectReference Include="..\..\src\GitHub.Extensions\GitHub.Extensions.csproj">
238227
<Project>{6afe2e2d-6db0-4430-a2ea-f5f5388d2f78}</Project>
239228
<Name>GitHub.Extensions</Name>
240229
</ProjectReference>
241-
<ProjectReference Include="..\..\src\GitHub.TeamFoundation.14\GitHub.TeamFoundation.14.csproj">
242-
<Project>{161DBF01-1DBF-4B00-8551-C5C00F26720D}</Project>
243-
<Name>GitHub.TeamFoundation.14</Name>
244-
</ProjectReference>
245-
<ProjectReference Include="..\..\src\GitHub.UI.Reactive\GitHub.UI.Reactive.csproj">
246-
<Project>{158B05E8-FDBC-4D71-B871-C96E28D5ADF5}</Project>
247-
<Name>GitHub.UI.Reactive</Name>
248-
</ProjectReference>
249-
<ProjectReference Include="..\..\src\GitHub.UI\GitHub.UI.csproj">
250-
<Project>{346384dd-2445-4a28-af22-b45f3957bd89}</Project>
251-
<Name>GitHub.UI</Name>
252-
</ProjectReference>
253-
<ProjectReference Include="..\..\src\GitHub.VisualStudio.UI\GitHub.VisualStudio.UI.csproj">
254-
<Project>{d1dfbb0c-b570-4302-8f1e-2e3a19c41961}</Project>
255-
<Name>GitHub.VisualStudio.UI</Name>
256-
</ProjectReference>
257230
</ItemGroup>
258231
<ItemGroup>
259232
<None Include="packages.config" />
260233
</ItemGroup>
261-
<ItemGroup>
262-
<Analyzer Include="..\..\packages\Microsoft.VisualStudio.Threading.Analyzers.15.7.18\analyzers\cs\Microsoft.VisualStudio.Threading.Analyzers.dll" />
263-
</ItemGroup>
264234
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
265235
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
266236
<PropertyGroup>
267237
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
268238
</PropertyGroup>
269239
<Error Condition="!Exists('..\..\packages\LibGit2Sharp.NativeBinaries.1.0.164\build\LibGit2Sharp.NativeBinaries.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\LibGit2Sharp.NativeBinaries.1.0.164\build\LibGit2Sharp.NativeBinaries.props'))" />
270-
<Error Condition="!Exists('..\..\packages\Microsoft.VisualStudio.Threading.Analyzers.15.7.18\build\Microsoft.VisualStudio.Threading.Analyzers.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.VisualStudio.Threading.Analyzers.15.7.18\build\Microsoft.VisualStudio.Threading.Analyzers.targets'))" />
271240
</Target>
272-
<Import Project="..\..\packages\Microsoft.VisualStudio.Threading.Analyzers.15.7.18\build\Microsoft.VisualStudio.Threading.Analyzers.targets" Condition="Exists('..\..\packages\Microsoft.VisualStudio.Threading.Analyzers.15.7.18\build\Microsoft.VisualStudio.Threading.Analyzers.targets')" />
273241
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
274242
Other similar extension points exist, see Microsoft.Common.targets.
275243
<Target Name="BeforeBuild">

test/GitHub.App.UnitTests/packages.config

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,10 @@
2626
<package id="Microsoft.VisualStudio.TextManager.Interop" version="7.10.6070" targetFramework="net461" />
2727
<package id="Microsoft.VisualStudio.TextManager.Interop.8.0" version="8.0.50727" targetFramework="net461" />
2828
<package id="Microsoft.VisualStudio.Threading" version="14.1.131" targetFramework="net461" />
29-
<package id="Microsoft.VisualStudio.Threading.Analyzers" version="15.7.18" targetFramework="net461" />
3029
<package id="Microsoft.VisualStudio.Validation" version="15.3.15" targetFramework="net461" />
3130
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net461" />
3231
<package id="NSubstitute" version="2.0.3" targetFramework="net461" />
3332
<package id="NUnit" version="3.9.0" targetFramework="net461" />
34-
<package id="NUnit.ConsoleRunner" version="3.7.0" targetFramework="net461" />
35-
<package id="NUnit3TestAdapter" version="3.9.0" targetFramework="net461" />
3633
<package id="Octokit.GraphQL" version="0.0.4-alpha" targetFramework="net461" />
3734
<package id="Rothko" version="0.0.3-ghfvs" targetFramework="net461" />
3835
<package id="Rx-Core" version="2.2.5-custom" targetFramework="net45" />

0 commit comments

Comments
 (0)