Skip to content

Commit a059605

Browse files
committed
update Moq, NSubstitute, RhinoMocks and Shouldly
1 parent e2091ed commit a059605

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed

MaterialDesignThemes.Wpf.Tests/MaterialDesignThemes.Wpf.Tests.csproj

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,22 @@
6060
<Target Name="AfterBuild">
6161
</Target>
6262
-->
63+
<Choose>
64+
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And $(TargetFrameworkVersion) == 'v4.5.2'">
65+
<ItemGroup>
66+
<Reference Include="Castle.Core">
67+
<HintPath>..\packages\Castle.Core\lib\net45\Castle.Core.dll</HintPath>
68+
<Private>True</Private>
69+
<Paket>True</Paket>
70+
</Reference>
71+
</ItemGroup>
72+
</When>
73+
</Choose>
6374
<Choose>
6475
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And $(TargetFrameworkVersion) == 'v4.5.2'">
6576
<ItemGroup>
6677
<Reference Include="Moq">
67-
<HintPath>..\packages\Moq\lib\net40\Moq.dll</HintPath>
78+
<HintPath>..\packages\Moq\lib\net45\Moq.dll</HintPath>
6879
<Private>True</Private>
6980
<Paket>True</Paket>
7081
</Reference>

paket.dependencies

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ framework >= net45
33

44
nuget MahApps.Metro ~> 1.2.4
55
nuget Dragablz 0.0.3.165
6-
nuget Moq 4.2.1510.2205 framework: = net452
7-
nuget NSubstitute 1.9.2.0 framework: = net452
6+
nuget Moq 4.5.10 framework: = net452
7+
nuget NSubstitute 1.10.0 framework: = net452
88
nuget RhinoMocks 3.6.1 framework: = net452
9-
nuget Shouldly 2.5.0 framework: = net452
9+
nuget Shouldly 2.8.0 framework: = net452
1010
nuget xunit 2.1.0 framework: = net452
1111
nuget xunit.abstractions 2.0.0 framework: = net452
1212
nuget xunit.assert 2.1.0 framework: = net452

paket.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
FRAMEWORK: >= NET45
22
NUGET
33
remote: https://www.nuget.org/api/v2
4+
Castle.Core (3.3.3) - framework: net452
45
Dragablz (0.0.3.165)
56
MahApps.Metro (1.2.4)
6-
Moq (4.2.1510.2205) - framework: net452
7-
NSubstitute (1.9.2) - framework: net452
7+
Moq (4.5.10) - framework: net452
8+
Castle.Core (>= 3.3.3)
9+
NSubstitute (1.10) - framework: net452
810
RhinoMocks (3.6.1) - framework: net452
9-
Shouldly (2.5) - framework: net452
11+
Shouldly (2.8) - framework: net452
1012
xunit (2.1) - framework: net452
1113
xunit.assert (2.1)
1214
xunit.core (2.1)

0 commit comments

Comments
 (0)