Skip to content

Commit cc0173b

Browse files
committed
Updated Durandal&NH sample to Abp v0.3.1.2.
1 parent c44351d commit cc0173b

File tree

10 files changed

+48
-46
lines changed

10 files changed

+48
-46
lines changed

SimpleTaskSystemSPA_Durandal_NHibernate/SimpleTaskSystem.Application/SimpleTaskSystem.Application.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
<WarningLevel>4</WarningLevel>
3131
</PropertyGroup>
3232
<ItemGroup>
33-
<Reference Include="Abp, Version=0.3.0.1, Culture=neutral, processorArchitecture=MSIL">
33+
<Reference Include="Abp, Version=0.3.1.2, Culture=neutral, processorArchitecture=MSIL">
3434
<SpecificVersion>False</SpecificVersion>
35-
<HintPath>..\packages\Abp.0.3.0.1\lib\net451\Abp.dll</HintPath>
35+
<HintPath>..\packages\Abp.0.3.1.2\lib\net451\Abp.dll</HintPath>
3636
</Reference>
37-
<Reference Include="Abp.Application, Version=0.3.0.1, Culture=neutral, processorArchitecture=MSIL">
37+
<Reference Include="Abp.Application, Version=0.3.1.2, Culture=neutral, processorArchitecture=MSIL">
3838
<SpecificVersion>False</SpecificVersion>
39-
<HintPath>..\packages\Abp.Application.0.3.0.1\lib\net451\Abp.Application.dll</HintPath>
39+
<HintPath>..\packages\Abp.Application.0.3.1.2\lib\net451\Abp.Application.dll</HintPath>
4040
</Reference>
4141
<Reference Include="AutoMapper, Version=3.2.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
4242
<SpecificVersion>False</SpecificVersion>

SimpleTaskSystemSPA_Durandal_NHibernate/SimpleTaskSystem.Application/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Abp" version="0.3.0.1" targetFramework="net451" />
4-
<package id="Abp.Application" version="0.3.0.1" targetFramework="net451" />
3+
<package id="Abp" version="0.3.1.2" targetFramework="net451" />
4+
<package id="Abp.Application" version="0.3.1.2" targetFramework="net451" />
55
<package id="AutoMapper" version="3.2.1" targetFramework="net451" />
66
<package id="Castle.Core" version="3.3.0" targetFramework="net451" />
77
<package id="Castle.LoggingFacility" version="3.3.0" targetFramework="net451" />

SimpleTaskSystemSPA_Durandal_NHibernate/SimpleTaskSystem.Core/SimpleTaskSystem.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
<WarningLevel>4</WarningLevel>
3131
</PropertyGroup>
3232
<ItemGroup>
33-
<Reference Include="Abp, Version=0.3.0.1, Culture=neutral, processorArchitecture=MSIL">
33+
<Reference Include="Abp, Version=0.3.1.2, Culture=neutral, processorArchitecture=MSIL">
3434
<SpecificVersion>False</SpecificVersion>
35-
<HintPath>..\packages\Abp.0.3.0.1\lib\net451\Abp.dll</HintPath>
35+
<HintPath>..\packages\Abp.0.3.1.2\lib\net451\Abp.dll</HintPath>
3636
</Reference>
3737
<Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
3838
<SpecificVersion>False</SpecificVersion>

SimpleTaskSystemSPA_Durandal_NHibernate/SimpleTaskSystem.Core/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Abp" version="0.3.0.1" targetFramework="net451" />
3+
<package id="Abp" version="0.3.1.2" targetFramework="net451" />
44
<package id="Castle.Core" version="3.3.0" targetFramework="net451" />
55
<package id="Castle.LoggingFacility" version="3.3.0" targetFramework="net451" />
66
<package id="Castle.Windsor" version="3.3.0" targetFramework="net451" />

SimpleTaskSystemSPA_Durandal_NHibernate/SimpleTaskSystem.Infrastructure.NHibernate/SimpleTaskSystem.Infrastructure.NHibernate.csproj

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
<WarningLevel>4</WarningLevel>
3131
</PropertyGroup>
3232
<ItemGroup>
33-
<Reference Include="Abp, Version=0.3.0.1, Culture=neutral, processorArchitecture=MSIL">
33+
<Reference Include="Abp, Version=0.3.1.2, Culture=neutral, processorArchitecture=MSIL">
3434
<SpecificVersion>False</SpecificVersion>
35-
<HintPath>..\packages\Abp.0.3.0.1\lib\net451\Abp.dll</HintPath>
35+
<HintPath>..\packages\Abp.0.3.1.2\lib\net451\Abp.dll</HintPath>
3636
</Reference>
37-
<Reference Include="Abp.Infrastructure.NHibernate, Version=0.3.0.1, Culture=neutral, processorArchitecture=MSIL">
37+
<Reference Include="Abp.Infrastructure.NHibernate, Version=0.3.1.2, Culture=neutral, processorArchitecture=MSIL">
3838
<SpecificVersion>False</SpecificVersion>
39-
<HintPath>..\packages\Abp.Infrastructure.NHibernate.0.3.0.1\lib\net451\Abp.Infrastructure.NHibernate.dll</HintPath>
39+
<HintPath>..\packages\Abp.Infrastructure.NHibernate.0.3.1.2\lib\net451\Abp.Infrastructure.NHibernate.dll</HintPath>
4040
</Reference>
4141
<Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
4242
<SpecificVersion>False</SpecificVersion>
@@ -60,8 +60,9 @@
6060
<Reference Include="Iesi.Collections">
6161
<HintPath>..\packages\Iesi.Collections.3.2.0.4000\lib\Net35\Iesi.Collections.dll</HintPath>
6262
</Reference>
63-
<Reference Include="NHibernate">
64-
<HintPath>..\packages\NHibernate.3.3.3.4001\lib\Net35\NHibernate.dll</HintPath>
63+
<Reference Include="NHibernate, Version=3.3.1.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
64+
<SpecificVersion>False</SpecificVersion>
65+
<HintPath>..\packages\NHibernate.3.3.4.4000\lib\Net35\NHibernate.dll</HintPath>
6566
</Reference>
6667
<Reference Include="System" />
6768
<Reference Include="System.Collections.Immutable, Version=1.0.34.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Abp" version="0.3.0.1" targetFramework="net451" />
4-
<package id="Abp.Infrastructure.NHibernate" version="0.3.0.1" targetFramework="net451" />
3+
<package id="Abp" version="0.3.1.2" targetFramework="net451" />
4+
<package id="Abp.Infrastructure.NHibernate" version="0.3.1.2" targetFramework="net451" />
55
<package id="Castle.Core" version="3.3.0" targetFramework="net451" />
66
<package id="Castle.LoggingFacility" version="3.3.0" targetFramework="net451" />
77
<package id="Castle.Windsor" version="3.3.0" targetFramework="net451" />
88
<package id="FluentMigrator" version="1.2.1.0" targetFramework="net451" />
99
<package id="FluentNHibernate" version="1.4.0.0" targetFramework="net451" />
1010
<package id="Iesi.Collections" version="3.2.0.4000" targetFramework="net451" />
1111
<package id="Microsoft.Bcl.Immutable" version="1.0.34" targetFramework="net451" />
12-
<package id="NHibernate" version="3.3.3.4001" targetFramework="net451" />
12+
<package id="NHibernate" version="3.3.4.4000" targetFramework="net451" />
1313
</packages>

SimpleTaskSystemSPA_Durandal_NHibernate/SimpleTaskSystem.Web/SimpleTaskSystem.Web.csproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,21 @@
3838
<WarningLevel>4</WarningLevel>
3939
</PropertyGroup>
4040
<ItemGroup>
41-
<Reference Include="Abp, Version=0.3.0.1, Culture=neutral, processorArchitecture=MSIL">
41+
<Reference Include="Abp, Version=0.3.1.2, Culture=neutral, processorArchitecture=MSIL">
4242
<SpecificVersion>False</SpecificVersion>
43-
<HintPath>..\packages\Abp.0.3.0.1\lib\net451\Abp.dll</HintPath>
43+
<HintPath>..\packages\Abp.0.3.1.2\lib\net451\Abp.dll</HintPath>
4444
</Reference>
45-
<Reference Include="Abp.Application, Version=0.3.0.1, Culture=neutral, processorArchitecture=MSIL">
45+
<Reference Include="Abp.Application, Version=0.3.1.2, Culture=neutral, processorArchitecture=MSIL">
4646
<SpecificVersion>False</SpecificVersion>
47-
<HintPath>..\packages\Abp.Application.0.3.0.1\lib\net451\Abp.Application.dll</HintPath>
47+
<HintPath>..\packages\Abp.Application.0.3.1.2\lib\net451\Abp.Application.dll</HintPath>
4848
</Reference>
49-
<Reference Include="Abp.Web, Version=0.3.0.1, Culture=neutral, processorArchitecture=MSIL">
49+
<Reference Include="Abp.Web, Version=0.3.1.2, Culture=neutral, processorArchitecture=MSIL">
5050
<SpecificVersion>False</SpecificVersion>
51-
<HintPath>..\packages\Abp.Web.0.3.0.1\lib\net451\Abp.Web.dll</HintPath>
51+
<HintPath>..\packages\Abp.Web.0.3.1.2\lib\net451\Abp.Web.dll</HintPath>
5252
</Reference>
53-
<Reference Include="Abp.Web.Mvc, Version=0.3.0.1, Culture=neutral, processorArchitecture=MSIL">
53+
<Reference Include="Abp.Web.Mvc, Version=0.3.1.2, Culture=neutral, processorArchitecture=MSIL">
5454
<SpecificVersion>False</SpecificVersion>
55-
<HintPath>..\packages\Abp.Web.Mvc.0.3.0.1\lib\net451\Abp.Web.Mvc.dll</HintPath>
55+
<HintPath>..\packages\Abp.Web.Mvc.0.3.1.2\lib\net451\Abp.Web.Mvc.dll</HintPath>
5656
</Reference>
5757
<Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
5858
<SpecificVersion>False</SpecificVersion>
@@ -93,7 +93,7 @@
9393
</Reference>
9494
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
9595
<SpecificVersion>False</SpecificVersion>
96-
<HintPath>..\packages\Newtonsoft.Json.6.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
96+
<HintPath>..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
9797
</Reference>
9898
<Reference Include="System.Collections.Immutable, Version=1.0.34.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
9999
<SpecificVersion>False</SpecificVersion>

SimpleTaskSystemSPA_Durandal_NHibernate/SimpleTaskSystem.Web/packages.config

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Abp" version="0.3.0.1" targetFramework="net451" />
4-
<package id="Abp.Application" version="0.3.0.1" targetFramework="net451" />
5-
<package id="Abp.Web" version="0.3.0.1" targetFramework="net451" />
6-
<package id="Abp.Web.Mvc" version="0.3.0.1" targetFramework="net451" />
3+
<package id="Abp" version="0.3.1.2" targetFramework="net451" />
4+
<package id="Abp.Application" version="0.3.1.2" targetFramework="net451" />
5+
<package id="Abp.Web" version="0.3.1.2" targetFramework="net451" />
6+
<package id="Abp.Web.Mvc" version="0.3.1.2" targetFramework="net451" />
7+
<package id="Abp.Web.Resources" version="0.3.1.2" targetFramework="net451" />
78
<package id="Antlr" version="3.5.0.2" targetFramework="net451" />
89
<package id="AutoMapper" version="3.2.1" targetFramework="net451" />
910
<package id="bootstrap" version="3.2.0" targetFramework="net451" />
@@ -34,7 +35,7 @@
3435
<package id="Microsoft.jQuery.Unobtrusive.Validation" version="3.2.0" targetFramework="net451" />
3536
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net451" />
3637
<package id="Modernizr" version="2.7.2" targetFramework="net451" />
37-
<package id="Newtonsoft.Json" version="6.0.3" targetFramework="net451" />
38+
<package id="Newtonsoft.Json" version="6.0.4" targetFramework="net451" />
3839
<package id="RequireJS" version="2.1.14" targetFramework="net451" />
3940
<package id="RequireJS.Text" version="2.0.7" targetFramework="net451" />
4041
<package id="toastr" version="2.0.3" targetFramework="net451" />

SimpleTaskSystemSPA_Durandal_NHibernate/SimpleTaskSystem.WebApi/SimpleTaskSystem.WebApi.csproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,21 @@
3030
<WarningLevel>4</WarningLevel>
3131
</PropertyGroup>
3232
<ItemGroup>
33-
<Reference Include="Abp, Version=0.3.0.1, Culture=neutral, processorArchitecture=MSIL">
33+
<Reference Include="Abp, Version=0.3.1.2, Culture=neutral, processorArchitecture=MSIL">
3434
<SpecificVersion>False</SpecificVersion>
35-
<HintPath>..\packages\Abp.0.3.0.1\lib\net451\Abp.dll</HintPath>
35+
<HintPath>..\packages\Abp.0.3.1.2\lib\net451\Abp.dll</HintPath>
3636
</Reference>
37-
<Reference Include="Abp.Application, Version=0.3.0.1, Culture=neutral, processorArchitecture=MSIL">
37+
<Reference Include="Abp.Application, Version=0.3.1.2, Culture=neutral, processorArchitecture=MSIL">
3838
<SpecificVersion>False</SpecificVersion>
39-
<HintPath>..\packages\Abp.Application.0.3.0.1\lib\net451\Abp.Application.dll</HintPath>
39+
<HintPath>..\packages\Abp.Application.0.3.1.2\lib\net451\Abp.Application.dll</HintPath>
4040
</Reference>
41-
<Reference Include="Abp.Web, Version=0.3.0.1, Culture=neutral, processorArchitecture=MSIL">
41+
<Reference Include="Abp.Web, Version=0.3.1.2, Culture=neutral, processorArchitecture=MSIL">
4242
<SpecificVersion>False</SpecificVersion>
43-
<HintPath>..\packages\Abp.Web.0.3.0.1\lib\net451\Abp.Web.dll</HintPath>
43+
<HintPath>..\packages\Abp.Web.0.3.1.2\lib\net451\Abp.Web.dll</HintPath>
4444
</Reference>
45-
<Reference Include="Abp.Web.Api, Version=0.3.0.1, Culture=neutral, processorArchitecture=MSIL">
45+
<Reference Include="Abp.Web.Api, Version=0.3.1.2, Culture=neutral, processorArchitecture=MSIL">
4646
<SpecificVersion>False</SpecificVersion>
47-
<HintPath>..\packages\Abp.Web.Api.0.3.0.1\lib\net451\Abp.Web.Api.dll</HintPath>
47+
<HintPath>..\packages\Abp.Web.Api.0.3.1.2\lib\net451\Abp.Web.Api.dll</HintPath>
4848
</Reference>
4949
<Reference Include="AutoMapper, Version=3.2.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
5050
<SpecificVersion>False</SpecificVersion>
@@ -68,7 +68,7 @@
6868
</Reference>
6969
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
7070
<SpecificVersion>False</SpecificVersion>
71-
<HintPath>..\packages\Newtonsoft.Json.6.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
71+
<HintPath>..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
7272
</Reference>
7373
<Reference Include="System" />
7474
<Reference Include="System.Collections.Immutable, Version=1.0.34.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Abp" version="0.3.0.1" targetFramework="net451" />
4-
<package id="Abp.Application" version="0.3.0.1" targetFramework="net451" />
5-
<package id="Abp.Web" version="0.3.0.1" targetFramework="net451" />
6-
<package id="Abp.Web.Api" version="0.3.0.1" targetFramework="net451" />
3+
<package id="Abp" version="0.3.1.2" targetFramework="net451" />
4+
<package id="Abp.Application" version="0.3.1.2" targetFramework="net451" />
5+
<package id="Abp.Web" version="0.3.1.2" targetFramework="net451" />
6+
<package id="Abp.Web.Api" version="0.3.1.2" targetFramework="net451" />
77
<package id="AutoMapper" version="3.2.1" targetFramework="net451" />
88
<package id="Castle.Core" version="3.3.0" targetFramework="net451" />
99
<package id="Castle.LoggingFacility" version="3.3.0" targetFramework="net451" />
@@ -13,5 +13,5 @@
1313
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.0" targetFramework="net451" />
1414
<package id="Microsoft.AspNet.WebApi.WebHost" version="5.2.0" targetFramework="net451" />
1515
<package id="Microsoft.Bcl.Immutable" version="1.0.34" targetFramework="net451" />
16-
<package id="Newtonsoft.Json" version="6.0.3" targetFramework="net451" />
16+
<package id="Newtonsoft.Json" version="6.0.4" targetFramework="net451" />
1717
</packages>

0 commit comments

Comments
 (0)