Skip to content

Commit dee08ce

Browse files
committed
Updated NuGet packages
1 parent cbc770a commit dee08ce

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

Src/MvcAppExample/MvcAppExample.csproj

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</ItemGroup>
5151
<ItemGroup>
5252
<Reference Include="MvcApp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
53-
<HintPath>..\..\packages\uCommerce.MvcApp.1.0.0.1\lib\MvcApp.dll</HintPath>
53+
<HintPath>..\..\packages\uCommerce.MvcApp.1.0.0.3\lib\MvcApp.dll</HintPath>
5454
<Private>True</Private>
5555
</Reference>
5656
<Reference Include="System" />
@@ -59,24 +59,32 @@
5959
<SpecificVersion>False</SpecificVersion>
6060
<HintPath>..\..\Lib\System.Web.Mvc.dll</HintPath>
6161
</Reference>
62-
<Reference Include="UCommerce, Version=6.9.0.15323, Culture=neutral, processorArchitecture=MSIL">
63-
<HintPath>..\..\packages\uCommerce.Binaries.7.0.0.0\lib\UCommerce.dll</HintPath>
62+
<Reference Include="UCommerce, Version=7.0.0.16029, Culture=neutral, processorArchitecture=MSIL">
63+
<HintPath>..\..\packages\uCommerce.Core.7.0.0.16029\lib\net400\UCommerce.dll</HintPath>
64+
<Private>True</Private>
65+
</Reference>
66+
<Reference Include="UCommerce.Admin, Version=7.0.0.16029, Culture=neutral, processorArchitecture=MSIL">
67+
<HintPath>..\..\packages\uCommerce.Core.7.0.0.16029\lib\net400\UCommerce.Admin.dll</HintPath>
6468
<Private>True</Private>
6569
</Reference>
6670
<Reference Include="UCommerce.Infrastructure, Version=7.0.0.16029, Culture=neutral, processorArchitecture=MSIL">
67-
<HintPath>..\..\packages\uCommerce.Binaries.7.0.0.0\lib\UCommerce.Infrastructure.dll</HintPath>
71+
<HintPath>..\..\packages\uCommerce.Core.7.0.0.16029\lib\net400\UCommerce.Infrastructure.dll</HintPath>
6872
<Private>True</Private>
6973
</Reference>
7074
<Reference Include="UCommerce.Pipelines, Version=7.0.0.16029, Culture=neutral, processorArchitecture=MSIL">
71-
<HintPath>..\..\packages\uCommerce.Binaries.7.0.0.0\lib\UCommerce.Pipelines.dll</HintPath>
75+
<HintPath>..\..\packages\uCommerce.Core.7.0.0.16029\lib\net400\UCommerce.Pipelines.dll</HintPath>
7276
<Private>True</Private>
7377
</Reference>
7478
<Reference Include="UCommerce.Presentation, Version=7.0.0.16029, Culture=neutral, processorArchitecture=MSIL">
75-
<HintPath>..\..\packages\uCommerce.Binaries.7.0.0.0\lib\UCommerce.Presentation.dll</HintPath>
79+
<HintPath>..\..\packages\uCommerce.Core.7.0.0.16029\lib\net400\UCommerce.Presentation.dll</HintPath>
80+
<Private>True</Private>
81+
</Reference>
82+
<Reference Include="UCommerce.Transactions.Payments, Version=7.0.0.16029, Culture=neutral, processorArchitecture=MSIL">
83+
<HintPath>..\..\packages\uCommerce.Core.7.0.0.16029\lib\net400\UCommerce.Transactions.Payments.dll</HintPath>
7684
<Private>True</Private>
7785
</Reference>
7886
<Reference Include="UCommerce.Web.Api, Version=7.0.0.16029, Culture=neutral, processorArchitecture=MSIL">
79-
<HintPath>..\..\packages\uCommerce.Binaries.7.0.0.0\lib\UCommerce.Web.Api.dll</HintPath>
87+
<HintPath>..\..\packages\uCommerce.Core.7.0.0.16029\lib\net400\UCommerce.Web.Api.dll</HintPath>
8088
<Private>True</Private>
8189
</Reference>
8290
</ItemGroup>

0 commit comments

Comments
 (0)