Skip to content

Commit 43dc48b

Browse files
committed
Upgraded to ABP v0.10.
1 parent 6ab5f00 commit 43dc48b

File tree

25 files changed

+414
-220
lines changed

25 files changed

+414
-220
lines changed

src/AbpCompanyName.AbpProjectName.Application/AbpCompanyName.AbpProjectName.Application.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
3535
<ItemGroup>
36-
<Reference Include="Abp, Version=0.9.5.0, Culture=neutral, processorArchitecture=MSIL">
37-
<HintPath>..\packages\Abp.0.9.5.0\lib\net452\Abp.dll</HintPath>
36+
<Reference Include="Abp, Version=0.10.0.0, Culture=neutral, processorArchitecture=MSIL">
37+
<HintPath>..\packages\Abp.0.10.0.0\lib\net452\Abp.dll</HintPath>
3838
<Private>True</Private>
3939
</Reference>
40-
<Reference Include="Abp.AutoMapper, Version=0.9.5.0, Culture=neutral, processorArchitecture=MSIL">
41-
<HintPath>..\packages\Abp.AutoMapper.0.9.5.0\lib\net452\Abp.AutoMapper.dll</HintPath>
40+
<Reference Include="Abp.AutoMapper, Version=0.10.0.0, Culture=neutral, processorArchitecture=MSIL">
41+
<HintPath>..\packages\Abp.AutoMapper.0.10.0.0\lib\net452\Abp.AutoMapper.dll</HintPath>
4242
<Private>True</Private>
4343
</Reference>
4444
<Reference Include="AutoMapper, Version=4.1.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
@@ -57,8 +57,8 @@
5757
<SpecificVersion>False</SpecificVersion>
5858
<HintPath>..\packages\Castle.Windsor.3.3.0\lib\net45\Castle.Windsor.dll</HintPath>
5959
</Reference>
60-
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
61-
<HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
60+
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
61+
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
6262
<Private>True</Private>
6363
</Reference>
6464
<Reference Include="Nito.AsyncEx, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL">
@@ -74,8 +74,8 @@
7474
<Private>True</Private>
7575
</Reference>
7676
<Reference Include="System" />
77-
<Reference Include="System.Collections.Immutable, Version=1.1.36.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
78-
<HintPath>..\packages\System.Collections.Immutable.1.1.36\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
77+
<Reference Include="System.Collections.Immutable, Version=1.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
78+
<HintPath>..\packages\System.Collections.Immutable.1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
7979
<Private>True</Private>
8080
</Reference>
8181
<Reference Include="System.ComponentModel.DataAnnotations" />
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Abp" version="0.9.5.0" targetFramework="net452" />
4-
<package id="Abp.AutoMapper" version="0.9.5.0" targetFramework="net452" />
3+
<package id="Abp" version="0.10.0.0" targetFramework="net452" />
4+
<package id="Abp.AutoMapper" version="0.10.0.0" targetFramework="net452" />
55
<package id="AutoMapper" version="4.1.1" targetFramework="net452" />
66
<package id="Castle.Core" version="3.3.3" targetFramework="net452" />
77
<package id="Castle.LoggingFacility" version="3.3.0" targetFramework="net452" />
88
<package id="Castle.Windsor" version="3.3.0" targetFramework="net452" />
9-
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net452" />
9+
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net452" />
1010
<package id="Nito.AsyncEx" version="3.0.1" targetFramework="net452" />
11-
<package id="System.Collections.Immutable" version="1.1.36" targetFramework="net452" />
11+
<package id="System.Collections.Immutable" version="1.2.0" targetFramework="net452" />
1212
</packages>

src/AbpCompanyName.AbpProjectName.Core/AbpCompanyName.AbpProjectName.Core.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
3535
<ItemGroup>
36-
<Reference Include="Abp, Version=0.9.5.0, Culture=neutral, processorArchitecture=MSIL">
37-
<HintPath>..\packages\Abp.0.9.5.0\lib\net452\Abp.dll</HintPath>
36+
<Reference Include="Abp, Version=0.10.0.0, Culture=neutral, processorArchitecture=MSIL">
37+
<HintPath>..\packages\Abp.0.10.0.0\lib\net452\Abp.dll</HintPath>
3838
<Private>True</Private>
3939
</Reference>
4040
<Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
@@ -49,8 +49,8 @@
4949
<SpecificVersion>False</SpecificVersion>
5050
<HintPath>..\packages\Castle.Windsor.3.3.0\lib\net45\Castle.Windsor.dll</HintPath>
5151
</Reference>
52-
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
53-
<HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
52+
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
53+
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
5454
<Private>True</Private>
5555
</Reference>
5656
<Reference Include="Nito.AsyncEx, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL">
@@ -66,8 +66,8 @@
6666
<Private>True</Private>
6767
</Reference>
6868
<Reference Include="System" />
69-
<Reference Include="System.Collections.Immutable, Version=1.1.36.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
70-
<HintPath>..\packages\System.Collections.Immutable.1.1.36\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
69+
<Reference Include="System.Collections.Immutable, Version=1.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
70+
<HintPath>..\packages\System.Collections.Immutable.1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
7171
<Private>True</Private>
7272
</Reference>
7373
<Reference Include="System.ComponentModel.DataAnnotations" />
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Abp" version="0.9.5.0" targetFramework="net452" />
3+
<package id="Abp" version="0.10.0.0" targetFramework="net452" />
44
<package id="Castle.Core" version="3.3.3" targetFramework="net452" />
55
<package id="Castle.LoggingFacility" version="3.3.0" targetFramework="net452" />
66
<package id="Castle.Windsor" version="3.3.0" targetFramework="net452" />
7-
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net452" />
7+
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net452" />
88
<package id="Nito.AsyncEx" version="3.0.1" targetFramework="net452" />
9-
<package id="System.Collections.Immutable" version="1.1.36" targetFramework="net452" />
9+
<package id="System.Collections.Immutable" version="1.2.0" targetFramework="net452" />
1010
</packages>

src/AbpCompanyName.AbpProjectName.EntityFramework/AbpCompanyName.AbpProjectName.EntityFramework.csproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
3535
<ItemGroup>
36-
<Reference Include="Abp, Version=0.9.5.0, Culture=neutral, processorArchitecture=MSIL">
37-
<HintPath>..\packages\Abp.0.9.5.0\lib\net452\Abp.dll</HintPath>
36+
<Reference Include="Abp, Version=0.10.0.0, Culture=neutral, processorArchitecture=MSIL">
37+
<HintPath>..\packages\Abp.0.10.0.0\lib\net452\Abp.dll</HintPath>
3838
<Private>True</Private>
3939
</Reference>
40-
<Reference Include="Abp.EntityFramework, Version=0.9.5.0, Culture=neutral, processorArchitecture=MSIL">
41-
<HintPath>..\packages\Abp.EntityFramework.0.9.5.0\lib\net452\Abp.EntityFramework.dll</HintPath>
40+
<Reference Include="Abp.EntityFramework, Version=0.10.0.0, Culture=neutral, processorArchitecture=MSIL">
41+
<HintPath>..\packages\Abp.EntityFramework.0.10.0.0\lib\net452\Abp.EntityFramework.dll</HintPath>
4242
<Private>True</Private>
4343
</Reference>
44-
<Reference Include="Abp.EntityFramework.Common, Version=0.9.5.0, Culture=neutral, processorArchitecture=MSIL">
45-
<HintPath>..\packages\Abp.EntityFramework.Common.0.9.5.0\lib\net452\Abp.EntityFramework.Common.dll</HintPath>
44+
<Reference Include="Abp.EntityFramework.Common, Version=0.10.0.0, Culture=neutral, processorArchitecture=MSIL">
45+
<HintPath>..\packages\Abp.EntityFramework.Common.0.10.0.0\lib\net452\Abp.EntityFramework.Common.dll</HintPath>
4646
<Private>True</Private>
4747
</Reference>
4848
<Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
@@ -61,16 +61,16 @@
6161
<SpecificVersion>False</SpecificVersion>
6262
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
6363
</Reference>
64-
<Reference Include="EntityFramework.DynamicFilters, Version=1.4.10.2, Culture=neutral, processorArchitecture=MSIL">
65-
<HintPath>..\packages\EntityFramework.DynamicFilters.1.4.10.2\lib\net40\EntityFramework.DynamicFilters.dll</HintPath>
64+
<Reference Include="EntityFramework.DynamicFilters, Version=2.1.0.0, Culture=neutral, PublicKeyToken=146423a1b8d60775, processorArchitecture=MSIL">
65+
<HintPath>..\packages\EntityFramework.DynamicFilters.2.1.0\lib\net40\EntityFramework.DynamicFilters.dll</HintPath>
6666
<Private>True</Private>
6767
</Reference>
6868
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
6969
<SpecificVersion>False</SpecificVersion>
7070
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
7171
</Reference>
72-
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
73-
<HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
72+
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
73+
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
7474
<Private>True</Private>
7575
</Reference>
7676
<Reference Include="Nito.AsyncEx, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL">
@@ -86,8 +86,8 @@
8686
<Private>True</Private>
8787
</Reference>
8888
<Reference Include="System" />
89-
<Reference Include="System.Collections.Immutable, Version=1.1.36.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
90-
<HintPath>..\packages\System.Collections.Immutable.1.1.36\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
89+
<Reference Include="System.Collections.Immutable, Version=1.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
90+
<HintPath>..\packages\System.Collections.Immutable.1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
9191
<Private>True</Private>
9292
</Reference>
9393
<Reference Include="System.ComponentModel.DataAnnotations" />
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Abp" version="0.9.5.0" targetFramework="net452" />
4-
<package id="Abp.EntityFramework" version="0.9.5.0" targetFramework="net452" />
5-
<package id="Abp.EntityFramework.Common" version="0.9.5.0" targetFramework="net452" />
3+
<package id="Abp" version="0.10.0.0" targetFramework="net452" />
4+
<package id="Abp.EntityFramework" version="0.10.0.0" targetFramework="net452" />
5+
<package id="Abp.EntityFramework.Common" version="0.10.0.0" targetFramework="net452" />
66
<package id="Castle.Core" version="3.3.3" targetFramework="net452" />
77
<package id="Castle.LoggingFacility" version="3.3.0" targetFramework="net452" />
88
<package id="Castle.Windsor" version="3.3.0" targetFramework="net452" />
99
<package id="EntityFramework" version="6.1.3" targetFramework="net452" />
10-
<package id="EntityFramework.DynamicFilters" version="1.4.10.2" targetFramework="net452" />
11-
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net452" />
10+
<package id="EntityFramework.DynamicFilters" version="2.1.0" targetFramework="net452" />
11+
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net452" />
1212
<package id="Nito.AsyncEx" version="3.0.1" targetFramework="net452" />
13-
<package id="System.Collections.Immutable" version="1.1.36" targetFramework="net452" />
13+
<package id="System.Collections.Immutable" version="1.2.0" targetFramework="net452" />
1414
</packages>

src/AbpCompanyName.AbpProjectName.NHibernate/AbpCompanyName.AbpProjectName.NHibernate.csproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
3535
<ItemGroup>
36-
<Reference Include="Abp, Version=0.9.5.0, Culture=neutral, processorArchitecture=MSIL">
37-
<HintPath>..\packages\Abp.0.9.5.0\lib\net452\Abp.dll</HintPath>
36+
<Reference Include="Abp, Version=0.10.0.0, Culture=neutral, processorArchitecture=MSIL">
37+
<HintPath>..\packages\Abp.0.10.0.0\lib\net452\Abp.dll</HintPath>
3838
<Private>True</Private>
3939
</Reference>
40-
<Reference Include="Abp.FluentMigrator, Version=0.9.5.0, Culture=neutral, processorArchitecture=MSIL">
41-
<HintPath>..\packages\Abp.FluentMigrator.0.9.5.0\lib\net452\Abp.FluentMigrator.dll</HintPath>
40+
<Reference Include="Abp.FluentMigrator, Version=0.10.0.0, Culture=neutral, processorArchitecture=MSIL">
41+
<HintPath>..\packages\Abp.FluentMigrator.0.10.0.0\lib\net452\Abp.FluentMigrator.dll</HintPath>
4242
<Private>True</Private>
4343
</Reference>
44-
<Reference Include="Abp.NHibernate, Version=0.9.5.0, Culture=neutral, processorArchitecture=MSIL">
45-
<HintPath>..\packages\Abp.NHibernate.0.9.5.0\lib\net452\Abp.NHibernate.dll</HintPath>
44+
<Reference Include="Abp.NHibernate, Version=0.10.0.0, Culture=neutral, processorArchitecture=MSIL">
45+
<HintPath>..\packages\Abp.NHibernate.0.10.0.0\lib\net452\Abp.NHibernate.dll</HintPath>
4646
<Private>True</Private>
4747
</Reference>
4848
<Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
@@ -69,8 +69,8 @@
6969
<SpecificVersion>False</SpecificVersion>
7070
<HintPath>..\packages\Iesi.Collections.4.0.1.4000\lib\net40\Iesi.Collections.dll</HintPath>
7171
</Reference>
72-
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
73-
<HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
72+
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
73+
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
7474
<Private>True</Private>
7575
</Reference>
7676
<Reference Include="NHibernate, Version=4.0.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
@@ -90,8 +90,8 @@
9090
<Private>True</Private>
9191
</Reference>
9292
<Reference Include="System" />
93-
<Reference Include="System.Collections.Immutable, Version=1.1.36.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
94-
<HintPath>..\packages\System.Collections.Immutable.1.1.36\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
93+
<Reference Include="System.Collections.Immutable, Version=1.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
94+
<HintPath>..\packages\System.Collections.Immutable.1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
9595
<Private>True</Private>
9696
</Reference>
9797
<Reference Include="System.ComponentModel.DataAnnotations" />
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Abp" version="0.9.5.0" targetFramework="net452" />
4-
<package id="Abp.FluentMigrator" version="0.9.5.0" targetFramework="net452" />
5-
<package id="Abp.NHibernate" version="0.9.5.0" targetFramework="net452" />
3+
<package id="Abp" version="0.10.0.0" targetFramework="net452" />
4+
<package id="Abp.FluentMigrator" version="0.10.0.0" targetFramework="net452" />
5+
<package id="Abp.NHibernate" version="0.10.0.0" targetFramework="net452" />
66
<package id="Castle.Core" version="3.3.3" targetFramework="net452" />
77
<package id="Castle.LoggingFacility" version="3.3.0" targetFramework="net452" />
88
<package id="Castle.Windsor" version="3.3.0" targetFramework="net452" />
99
<package id="FluentMigrator" version="1.6.2" targetFramework="net452" />
1010
<package id="FluentNHibernate" version="2.0.3.0" targetFramework="net452" />
1111
<package id="Iesi.Collections" version="4.0.1.4000" targetFramework="net452" />
12-
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net452" />
12+
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net452" />
1313
<package id="NHibernate" version="4.0.4.4000" targetFramework="net452" />
1414
<package id="Nito.AsyncEx" version="3.0.1" targetFramework="net452" />
15-
<package id="System.Collections.Immutable" version="1.1.36" targetFramework="net452" />
15+
<package id="System.Collections.Immutable" version="1.2.0" targetFramework="net452" />
1616
</packages>

0 commit comments

Comments
 (0)