Skip to content

Commit fbda0a8

Browse files
committed
remove redundant nuget
1 parent e900398 commit fbda0a8

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

Tests/Tests.csproj

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
<SpecificVersion>False</SpecificVersion>
4444
<HintPath>..\packages\ApprovalUtilities.3.0.6\lib\net35\ApprovalUtilities.dll</HintPath>
4545
</Reference>
46-
<Reference Include="FluentDateTime, Version=1.10.0.0, Culture=neutral, PublicKeyToken=6ccbc613702e6c71, processorArchitecture=MSIL">
46+
<Reference Include="FluentDateTime, Version=1.10.1.0, Culture=neutral, PublicKeyToken=6ccbc613702e6c71, processorArchitecture=MSIL">
4747
<SpecificVersion>False</SpecificVersion>
48-
<HintPath>..\packages\FluentDateTime.1.10.0.0\Lib\NET35\FluentDateTime.dll</HintPath>
48+
<HintPath>..\packages\FluentDateTime.1.10.1.0\Lib\NET35\FluentDateTime.dll</HintPath>
4949
</Reference>
5050
<Reference Include="LibGit2Sharp, Version=0.18.1.0, Culture=neutral, processorArchitecture=MSIL">
5151
<SpecificVersion>False</SpecificVersion>
@@ -69,10 +69,6 @@
6969
<Reference Include="Mono.Cecil.Rocks">
7070
<HintPath>..\packages\Mono.Cecil.0.9.5.4\lib\net40\Mono.Cecil.Rocks.dll</HintPath>
7171
</Reference>
72-
<Reference Include="NuGet.Core, Version=2.8.50126.400, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
73-
<SpecificVersion>False</SpecificVersion>
74-
<HintPath>..\packages\Nuget.Core.2.8.0\lib\net40-Client\NuGet.Core.dll</HintPath>
75-
</Reference>
7672
<Reference Include="nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
7773
<SpecificVersion>False</SpecificVersion>
7874
<HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>

Tests/packages.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
<packages>
33
<package id="ApprovalTests" version="3.0.6" targetFramework="net45" />
44
<package id="ApprovalUtilities" version="3.0.6" targetFramework="net45" />
5-
<package id="FluentDateTime" version="1.10.0.0" targetFramework="net40" />
5+
<package id="FluentDateTime" version="1.10.1.0" targetFramework="net45" />
66
<package id="Fody" version="1.24.0" targetFramework="net45" developmentDependency="true" />
77
<package id="LibGit2Sharp" version="0.18.1.0" targetFramework="net45" />
88
<package id="Microsoft.Web.Xdt" version="1.0.0" targetFramework="net40" />
99
<package id="ModuleInit.Fody" version="1.5.6.0" targetFramework="net45" developmentDependency="true" />
1010
<package id="Mono.Cecil" version="0.9.5.4" targetFramework="net45" />
11-
<package id="Nuget.Core" version="2.8.0" targetFramework="net45" />
1211
<package id="NUnit" version="2.6.3" targetFramework="net40" />
1312
<package id="ObjectApproval" version="0.2.1" targetFramework="net45" />
1413
<package id="Roslyn.Compilers.Common" version="1.2.20906.2" targetFramework="net45" />

0 commit comments

Comments
 (0)