File tree Expand file tree Collapse file tree 3 files changed +20
-7
lines changed
MaterialDesignThemes.Wpf.Tests Expand file tree Collapse file tree 3 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ framework >= net45
33
44nuget MahApps.Metro ~> 1.2.4
55nuget 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
88nuget RhinoMocks 3.6.1 framework: = net452
9- nuget Shouldly 2.5 .0 framework: = net452
9+ nuget Shouldly 2.8 .0 framework: = net452
1010nuget xunit 2.1.0 framework: = net452
1111nuget xunit.abstractions 2.0.0 framework: = net452
1212nuget xunit.assert 2.1.0 framework: = net452
Original file line number Diff line number Diff line change 11FRAMEWORK: >= NET45
22NUGET
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)
You can’t perform that action at this time.
0 commit comments