Skip to content

Commit af16ddb

Browse files
committed
Remove unused packages from GitVersionTask.Tests
1 parent 51760a6 commit af16ddb

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

src/GitVersionTask.Tests/GitVersionTask.Tests.csproj

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,6 @@
4040
<DebugSymbols>true</DebugSymbols>
4141
</PropertyGroup>
4242
<ItemGroup>
43-
<Reference Include="ApprovalTests, Version=3.0.0.0, Culture=neutral, PublicKeyToken=11bd7d124fc62e0f, processorArchitecture=MSIL">
44-
<HintPath>..\packages\ApprovalTests.3.0.11\lib\net40\ApprovalTests.dll</HintPath>
45-
<Private>True</Private>
46-
</Reference>
47-
<Reference Include="ApprovalUtilities, Version=3.0.0.0, Culture=neutral, PublicKeyToken=11bd7d124fc62e0f, processorArchitecture=MSIL">
48-
<HintPath>..\packages\ApprovalUtilities.3.0.11\lib\net45\ApprovalUtilities.dll</HintPath>
49-
<Private>True</Private>
50-
</Reference>
51-
<Reference Include="ApprovalUtilities.Net45, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
52-
<HintPath>..\packages\ApprovalUtilities.3.0.11\lib\net45\ApprovalUtilities.Net45.dll</HintPath>
53-
<Private>True</Private>
54-
</Reference>
5543
<Reference Include="FluentDateTime, Version=1.13.0.0, Culture=neutral, PublicKeyToken=6ccbc613702e6c71, processorArchitecture=MSIL">
5644
<HintPath>..\packages\FluentDateTime.1.13.0\lib\NET35\FluentDateTime.dll</HintPath>
5745
<Private>True</Private>
@@ -67,10 +55,6 @@
6755
<Reference Include="Microsoft.Build.Framework" />
6856
<Reference Include="Microsoft.Build.Utilities.v4.0" />
6957
<Reference Include="Microsoft.CSharp" />
70-
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
71-
<HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
72-
<Private>True</Private>
73-
</Reference>
7458
<Reference Include="NSubstitute, Version=1.10.0.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca, processorArchitecture=MSIL">
7559
<HintPath>..\packages\NSubstitute.1.10.0.0\lib\net45\NSubstitute.dll</HintPath>
7660
<Private>True</Private>
@@ -79,10 +63,6 @@
7963
<HintPath>..\packages\NUnit.3.6.0\lib\net45\nunit.framework.dll</HintPath>
8064
<Private>True</Private>
8165
</Reference>
82-
<Reference Include="ObjectApproval, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
83-
<HintPath>..\packages\ObjectApproval.1.3.0\lib\NET40\ObjectApproval.dll</HintPath>
84-
<Private>True</Private>
85-
</Reference>
8666
<Reference Include="Shouldly, Version=2.7.0.0, Culture=neutral, PublicKeyToken=6042cbcb05cbc941, processorArchitecture=MSIL">
8767
<HintPath>..\packages\Shouldly.2.7.0\lib\net40\Shouldly.dll</HintPath>
8868
<Private>True</Private>
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="ApprovalTests" version="3.0.11" targetFramework="net45" />
4-
<package id="ApprovalUtilities" version="3.0.11" targetFramework="net45" />
53
<package id="FluentDateTime" version="1.13.0" targetFramework="net45" />
64
<package id="Fody" version="2.0.8" targetFramework="net45" developmentDependency="true" />
75
<package id="GitTools.Core" version="1.2.1-beta0001" targetFramework="net45" />
86
<package id="LibGit2Sharp" version="0.23.0-pre20160922233542" targetFramework="net45" />
97
<package id="LibGit2Sharp.NativeBinaries" version="1.0.160" targetFramework="net45" />
108
<package id="ModuleInit.Fody" version="1.6.0" targetFramework="net45" developmentDependency="true" />
11-
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net45" />
129
<package id="NSubstitute" version="1.10.0.0" targetFramework="net45" />
1310
<package id="NUnit" version="3.6.0" targetFramework="net45" />
1411
<package id="NUnit3TestAdapter" version="3.7.0" targetFramework="net45" />
15-
<package id="ObjectApproval" version="1.3.0" targetFramework="net45" />
1612
<package id="Shouldly" version="2.7.0" targetFramework="net45" />
1713
</packages>

0 commit comments

Comments
 (0)