Skip to content

Commit 85e6963

Browse files
committed
Resolved #25: Upgrade to ABP v0.9.
1 parent a8b258e commit 85e6963

File tree

21 files changed

+332
-93
lines changed

21 files changed

+332
-93
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,4 @@ UpgradeLog*.XML
109109
Templates/All-In-One-Template/MySpaProject/MySpaProject.WebMpa/Logs/Logs.txt
110110
/Templates/All-In-One-Template/MySpaProject/MySpaProject.WebSpaAngular/Logs/Logs.txt
111111
/Templates/All-In-One-Template/MySpaProject/MySpaProject.WebSpaDurandal/Logs/Logs.txt
112+
/src/.vs/config/applicationhost.config

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

Lines changed: 5 additions & 5 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.8.3.0, Culture=neutral, processorArchitecture=MSIL">
37-
<HintPath>..\packages\Abp.0.8.3.0\lib\net452\Abp.dll</HintPath>
36+
<Reference Include="Abp, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL">
37+
<HintPath>..\packages\Abp.0.9.0.0\lib\net452\Abp.dll</HintPath>
3838
<Private>True</Private>
3939
</Reference>
40-
<Reference Include="Abp.AutoMapper, Version=0.8.3.0, Culture=neutral, processorArchitecture=MSIL">
41-
<HintPath>..\packages\Abp.AutoMapper.0.8.3.0\lib\net452\Abp.AutoMapper.dll</HintPath>
40+
<Reference Include="Abp.AutoMapper, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL">
41+
<HintPath>..\packages\Abp.AutoMapper.0.9.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">
@@ -58,7 +58,7 @@
5858
<HintPath>..\packages\Castle.Windsor.3.3.0\lib\net45\Castle.Windsor.dll</HintPath>
5959
</Reference>
6060
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
61-
<HintPath>..\packages\Newtonsoft.Json.8.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
61+
<HintPath>..\packages\Newtonsoft.Json.8.0.3\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">
Lines changed: 3 additions & 3 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.8.3.0" targetFramework="net461" />
4-
<package id="Abp.AutoMapper" version="0.8.3.0" targetFramework="net461" />
3+
<package id="Abp" version="0.9.0.0" targetFramework="net461" />
4+
<package id="Abp.AutoMapper" version="0.9.0.0" targetFramework="net461" />
55
<package id="AutoMapper" version="4.1.1" targetFramework="net451" />
66
<package id="Castle.Core" version="3.3.3" targetFramework="net451" />
77
<package id="Castle.LoggingFacility" version="3.3.0" targetFramework="net451" />
88
<package id="Castle.Windsor" version="3.3.0" targetFramework="net451" />
9-
<package id="Newtonsoft.Json" version="8.0.2" targetFramework="net461" />
9+
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net461" />
1010
<package id="Nito.AsyncEx" version="3.0.1" targetFramework="net451" />
1111
<package id="System.Collections.Immutable" version="1.1.36" targetFramework="net461" />
1212
</packages>

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

Lines changed: 3 additions & 3 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.8.3.0, Culture=neutral, processorArchitecture=MSIL">
37-
<HintPath>..\packages\Abp.0.8.3.0\lib\net452\Abp.dll</HintPath>
36+
<Reference Include="Abp, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL">
37+
<HintPath>..\packages\Abp.0.9.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">
@@ -50,7 +50,7 @@
5050
<HintPath>..\packages\Castle.Windsor.3.3.0\lib\net45\Castle.Windsor.dll</HintPath>
5151
</Reference>
5252
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
53-
<HintPath>..\packages\Newtonsoft.Json.8.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
53+
<HintPath>..\packages\Newtonsoft.Json.8.0.3\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">
Lines changed: 2 additions & 2 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.8.3.0" targetFramework="net461" />
3+
<package id="Abp" version="0.9.0.0" targetFramework="net461" />
44
<package id="Castle.Core" version="3.3.3" targetFramework="net451" />
55
<package id="Castle.LoggingFacility" version="3.3.0" targetFramework="net451" />
66
<package id="Castle.Windsor" version="3.3.0" targetFramework="net451" />
7-
<package id="Newtonsoft.Json" version="8.0.2" targetFramework="net461" />
7+
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net461" />
88
<package id="Nito.AsyncEx" version="3.0.1" targetFramework="net451" />
99
<package id="System.Collections.Immutable" version="1.1.36" targetFramework="net461" />
1010
</packages>

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

Lines changed: 7 additions & 7 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.8.3.0, Culture=neutral, processorArchitecture=MSIL">
37-
<HintPath>..\packages\Abp.0.8.3.0\lib\net452\Abp.dll</HintPath>
36+
<Reference Include="Abp, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL">
37+
<HintPath>..\packages\Abp.0.9.0.0\lib\net452\Abp.dll</HintPath>
3838
<Private>True</Private>
3939
</Reference>
40-
<Reference Include="Abp.EntityFramework, Version=0.8.3.0, Culture=neutral, processorArchitecture=MSIL">
41-
<HintPath>..\packages\Abp.EntityFramework.0.8.3.0\lib\net452\Abp.EntityFramework.dll</HintPath>
40+
<Reference Include="Abp.EntityFramework, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL">
41+
<HintPath>..\packages\Abp.EntityFramework.0.9.0.0\lib\net452\Abp.EntityFramework.dll</HintPath>
4242
<Private>True</Private>
4343
</Reference>
4444
<Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
@@ -57,16 +57,16 @@
5757
<SpecificVersion>False</SpecificVersion>
5858
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
5959
</Reference>
60-
<Reference Include="EntityFramework.DynamicFilters, Version=1.4.7.0, Culture=neutral, processorArchitecture=MSIL">
61-
<HintPath>..\packages\EntityFramework.DynamicFilters.1.4.7\lib\net40\EntityFramework.DynamicFilters.dll</HintPath>
60+
<Reference Include="EntityFramework.DynamicFilters, Version=1.4.10.2, Culture=neutral, processorArchitecture=MSIL">
61+
<HintPath>..\packages\EntityFramework.DynamicFilters.1.4.10.2\lib\net40\EntityFramework.DynamicFilters.dll</HintPath>
6262
<Private>True</Private>
6363
</Reference>
6464
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
6565
<SpecificVersion>False</SpecificVersion>
6666
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
6767
</Reference>
6868
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
69-
<HintPath>..\packages\Newtonsoft.Json.8.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
69+
<HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
7070
<Private>True</Private>
7171
</Reference>
7272
<Reference Include="Nito.AsyncEx, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL">
Lines changed: 4 additions & 4 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.8.3.0" targetFramework="net461" />
4-
<package id="Abp.EntityFramework" version="0.8.3.0" targetFramework="net461" />
3+
<package id="Abp" version="0.9.0.0" targetFramework="net461" />
4+
<package id="Abp.EntityFramework" version="0.9.0.0" targetFramework="net461" />
55
<package id="Castle.Core" version="3.3.3" 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="EntityFramework" version="6.1.3" targetFramework="net451" />
9-
<package id="EntityFramework.DynamicFilters" version="1.4.7" targetFramework="net461" />
10-
<package id="Newtonsoft.Json" version="8.0.2" targetFramework="net461" />
9+
<package id="EntityFramework.DynamicFilters" version="1.4.10.2" targetFramework="net461" />
10+
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net461" />
1111
<package id="Nito.AsyncEx" version="3.0.1" targetFramework="net451" />
1212
<package id="System.Collections.Immutable" version="1.1.36" targetFramework="net461" />
1313
</packages>

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

Lines changed: 7 additions & 7 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.8.3.0, Culture=neutral, processorArchitecture=MSIL">
37-
<HintPath>..\packages\Abp.0.8.3.0\lib\net452\Abp.dll</HintPath>
36+
<Reference Include="Abp, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL">
37+
<HintPath>..\packages\Abp.0.9.0.0\lib\net452\Abp.dll</HintPath>
3838
<Private>True</Private>
3939
</Reference>
40-
<Reference Include="Abp.FluentMigrator, Version=0.8.3.0, Culture=neutral, processorArchitecture=MSIL">
41-
<HintPath>..\packages\Abp.FluentMigrator.0.8.3.0\lib\net452\Abp.FluentMigrator.dll</HintPath>
40+
<Reference Include="Abp.FluentMigrator, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL">
41+
<HintPath>..\packages\Abp.FluentMigrator.0.9.0.0\lib\net452\Abp.FluentMigrator.dll</HintPath>
4242
<Private>True</Private>
4343
</Reference>
44-
<Reference Include="Abp.NHibernate, Version=0.8.3.0, Culture=neutral, processorArchitecture=MSIL">
45-
<HintPath>..\packages\Abp.NHibernate.0.8.3.0\lib\net452\Abp.NHibernate.dll</HintPath>
44+
<Reference Include="Abp.NHibernate, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL">
45+
<HintPath>..\packages\Abp.NHibernate.0.9.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">
@@ -70,7 +70,7 @@
7070
<HintPath>..\packages\Iesi.Collections.4.0.1.4000\lib\net40\Iesi.Collections.dll</HintPath>
7171
</Reference>
7272
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
73-
<HintPath>..\packages\Newtonsoft.Json.8.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
73+
<HintPath>..\packages\Newtonsoft.Json.8.0.3\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">

src/AbpCompanyName.AbpProjectName.NHibernate/packages.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Abp" version="0.8.3.0" targetFramework="net461" />
4-
<package id="Abp.FluentMigrator" version="0.8.3.0" targetFramework="net461" />
5-
<package id="Abp.NHibernate" version="0.8.3.0" targetFramework="net461" />
3+
<package id="Abp" version="0.9.0.0" targetFramework="net461" />
4+
<package id="Abp.FluentMigrator" version="0.9.0.0" targetFramework="net461" />
5+
<package id="Abp.NHibernate" version="0.9.0.0" targetFramework="net461" />
66
<package id="Castle.Core" version="3.3.3" targetFramework="net451" />
77
<package id="Castle.LoggingFacility" version="3.3.0" targetFramework="net451" />
88
<package id="Castle.Windsor" version="3.3.0" targetFramework="net451" />
99
<package id="FluentMigrator" version="1.6.1" targetFramework="net451" />
1010
<package id="FluentNHibernate" version="2.0.3.0" targetFramework="net451" />
1111
<package id="Iesi.Collections" version="4.0.1.4000" targetFramework="net451" />
12-
<package id="Newtonsoft.Json" version="8.0.2" targetFramework="net461" />
12+
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net461" />
1313
<package id="NHibernate" version="4.0.4.4000" targetFramework="net451" />
1414
<package id="Nito.AsyncEx" version="3.0.1" targetFramework="net451" />
1515
<package id="System.Collections.Immutable" version="1.1.36" targetFramework="net461" />

src/AbpCompanyName.AbpProjectName.WebApi/AbpCompanyName.AbpProjectName.WebApi.csproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,20 @@
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
3535
<ItemGroup>
36-
<Reference Include="Abp, Version=0.8.3.0, Culture=neutral, processorArchitecture=MSIL">
37-
<HintPath>..\packages\Abp.0.8.3.0\lib\net452\Abp.dll</HintPath>
36+
<Reference Include="Abp, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL">
37+
<HintPath>..\packages\Abp.0.9.0.0\lib\net452\Abp.dll</HintPath>
3838
<Private>True</Private>
3939
</Reference>
40-
<Reference Include="Abp.AutoMapper, Version=0.8.3.0, Culture=neutral, processorArchitecture=MSIL">
41-
<HintPath>..\packages\Abp.AutoMapper.0.8.3.0\lib\net452\Abp.AutoMapper.dll</HintPath>
40+
<Reference Include="Abp.AutoMapper, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL">
41+
<HintPath>..\packages\Abp.AutoMapper.0.9.0.0\lib\net452\Abp.AutoMapper.dll</HintPath>
4242
<Private>True</Private>
4343
</Reference>
44-
<Reference Include="Abp.Web, Version=0.8.3.0, Culture=neutral, processorArchitecture=MSIL">
45-
<HintPath>..\packages\Abp.Web.0.8.3.0\lib\net452\Abp.Web.dll</HintPath>
44+
<Reference Include="Abp.Web, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL">
45+
<HintPath>..\packages\Abp.Web.0.9.0.0\lib\net452\Abp.Web.dll</HintPath>
4646
<Private>True</Private>
4747
</Reference>
48-
<Reference Include="Abp.Web.Api, Version=0.8.3.0, Culture=neutral, processorArchitecture=MSIL">
49-
<HintPath>..\packages\Abp.Web.Api.0.8.3.0\lib\net452\Abp.Web.Api.dll</HintPath>
48+
<Reference Include="Abp.Web.Api, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL">
49+
<HintPath>..\packages\Abp.Web.Api.0.9.0.0\lib\net452\Abp.Web.Api.dll</HintPath>
5050
<Private>True</Private>
5151
</Reference>
5252
<Reference Include="AutoMapper, Version=4.1.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
@@ -66,7 +66,7 @@
6666
<HintPath>..\packages\Castle.Windsor.3.3.0\lib\net45\Castle.Windsor.dll</HintPath>
6767
</Reference>
6868
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
69-
<HintPath>..\packages\Newtonsoft.Json.8.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
69+
<HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
7070
<Private>True</Private>
7171
</Reference>
7272
<Reference Include="Nito.AsyncEx, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL">

0 commit comments

Comments
 (0)