Skip to content

Commit cf2abe6

Browse files
committed
update ObjectApproval
1 parent 883b08d commit cf2abe6

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed

src/GitVersionTask.Tests/GitVersionTask.Tests.csproj

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,18 @@
3939
<DebugSymbols>true</DebugSymbols>
4040
</PropertyGroup>
4141
<ItemGroup>
42+
<Reference Include="ApprovalTests, Version=3.0.0.0, Culture=neutral, PublicKeyToken=11bd7d124fc62e0f, processorArchitecture=MSIL">
43+
<HintPath>..\packages\ApprovalTests.3.0.11\lib\net40\ApprovalTests.dll</HintPath>
44+
<Private>True</Private>
45+
</Reference>
46+
<Reference Include="ApprovalUtilities, Version=3.0.0.0, Culture=neutral, PublicKeyToken=11bd7d124fc62e0f, processorArchitecture=MSIL">
47+
<HintPath>..\packages\ApprovalUtilities.3.0.11\lib\net45\ApprovalUtilities.dll</HintPath>
48+
<Private>True</Private>
49+
</Reference>
50+
<Reference Include="ApprovalUtilities.Net45, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
51+
<HintPath>..\packages\ApprovalUtilities.3.0.11\lib\net45\ApprovalUtilities.Net45.dll</HintPath>
52+
<Private>True</Private>
53+
</Reference>
4254
<Reference Include="FluentDateTime, Version=1.12.0.0, Culture=neutral, PublicKeyToken=6ccbc613702e6c71, processorArchitecture=MSIL">
4355
<HintPath>..\packages\FluentDateTime.1.12.0\Lib\NET35\FluentDateTime.dll</HintPath>
4456
<Private>True</Private>
@@ -66,8 +78,9 @@
6678
<HintPath>..\packages\Microsoft.Web.Xdt.2.1.1\lib\net40\Microsoft.Web.XmlTransform.dll</HintPath>
6779
<Private>True</Private>
6880
</Reference>
69-
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
70-
<HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
81+
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
82+
<HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
83+
<Private>True</Private>
7184
</Reference>
7285
<Reference Include="nunit.core, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
7386
<HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.dll</HintPath>
@@ -89,6 +102,10 @@
89102
<HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\NUnit.VisualStudio.TestAdapter.dll</HintPath>
90103
<Private>True</Private>
91104
</Reference>
105+
<Reference Include="ObjectApproval, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
106+
<HintPath>..\packages\ObjectApproval.1.3.0\lib\NET40\ObjectApproval.dll</HintPath>
107+
<Private>True</Private>
108+
</Reference>
92109
<Reference Include="Shouldly, Version=2.7.0.0, Culture=neutral, PublicKeyToken=6042cbcb05cbc941, processorArchitecture=MSIL">
93110
<HintPath>..\packages\Shouldly.2.7.0\lib\net40\Shouldly.dll</HintPath>
94111
<Private>True</Private>

src/GitVersionTask.Tests/packages.config

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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" />
35
<package id="FluentDateTime" version="1.12.0" targetFramework="net45" />
46
<package id="Fody" version="1.29.4" targetFramework="net45" developmentDependency="true" />
57
<package id="GitTools.Core" version="0.4.0-beta0004" targetFramework="net45" />
@@ -10,10 +12,10 @@
1012
<package id="Microsoft.CodeAnalysis.CSharp" version="1.0.0" targetFramework="net45" />
1113
<package id="Microsoft.Web.Xdt" version="2.1.1" targetFramework="net45" />
1214
<package id="ModuleInit.Fody" version="1.5.9.0" targetFramework="net45" developmentDependency="true" />
13-
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
15+
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net45" />
1416
<package id="NUnit" version="2.6.4" targetFramework="net45" />
1517
<package id="NUnitTestAdapter" version="2.0.0" targetFramework="net45" />
16-
<package id="ObjectApproval" version="1.2.0" targetFramework="net45" />
18+
<package id="ObjectApproval" version="1.3.0" targetFramework="net45" />
1719
<package id="Shouldly" version="2.7.0" targetFramework="net45" />
1820
<package id="System.Collections" version="4.0.0" targetFramework="net45" />
1921
<package id="System.Collections.Immutable" version="1.1.37" targetFramework="net45" />

0 commit comments

Comments
 (0)