Skip to content

Commit dd073d4

Browse files
committed
Upgraded to ABP 0.4.
1 parent ddd8a7a commit dd073d4

File tree

16 files changed

+70
-71
lines changed

16 files changed

+70
-71
lines changed

SimpleTaskSystem/SimpleTaskSystem.Application/SimpleTaskSystem.Application.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="Abp, Version=0.3.2.12, Culture=neutral, processorArchitecture=MSIL">
35+
<Reference Include="Abp, Version=0.4.0.0, Culture=neutral, processorArchitecture=MSIL">
3636
<SpecificVersion>False</SpecificVersion>
37-
<HintPath>..\packages\Abp.0.3.2.12\lib\net451\Abp.dll</HintPath>
37+
<HintPath>..\packages\Abp.0.4.0.0\lib\net451\Abp.dll</HintPath>
3838
</Reference>
3939
<Reference Include="AutoMapper, Version=3.2.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
4040
<SpecificVersion>False</SpecificVersion>

SimpleTaskSystem/SimpleTaskSystem.Application/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.2.12" targetFramework="net451" />
3+
<package id="Abp" version="0.4.0.0" targetFramework="net451" />
44
<package id="AutoMapper" version="3.2.1" targetFramework="net451" />
55
<package id="Castle.Core" version="3.3.1" targetFramework="net451" />
66
<package id="Castle.Core-log4net" version="3.3.1" targetFramework="net451" />

SimpleTaskSystem/SimpleTaskSystem.Core/SimpleTaskSystem.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="Abp, Version=0.3.2.12, Culture=neutral, processorArchitecture=MSIL">
35+
<Reference Include="Abp, Version=0.4.0.0, Culture=neutral, processorArchitecture=MSIL">
3636
<SpecificVersion>False</SpecificVersion>
37-
<HintPath>..\packages\Abp.0.3.2.12\lib\net451\Abp.dll</HintPath>
37+
<HintPath>..\packages\Abp.0.4.0.0\lib\net451\Abp.dll</HintPath>
3838
</Reference>
3939
<Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
4040
<SpecificVersion>False</SpecificVersion>

SimpleTaskSystem/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.2.12" targetFramework="net451" />
3+
<package id="Abp" version="0.4.0.0" targetFramework="net451" />
44
<package id="Castle.Core" version="3.3.1" targetFramework="net451" />
55
<package id="Castle.Core-log4net" version="3.3.1" targetFramework="net451" />
66
<package id="Castle.LoggingFacility" version="3.3.0" targetFramework="net451" />

SimpleTaskSystem/SimpleTaskSystem.EntityFramework/SimpleTaskSystem.EntityFramework.csproj

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,13 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="Abp, Version=0.3.2.12, Culture=neutral, processorArchitecture=MSIL">
35+
<Reference Include="Abp, Version=0.4.0.0, Culture=neutral, processorArchitecture=MSIL">
3636
<SpecificVersion>False</SpecificVersion>
37-
<HintPath>..\packages\Abp.0.3.2.12\lib\net451\Abp.dll</HintPath>
37+
<HintPath>..\packages\Abp.0.4.0.0\lib\net451\Abp.dll</HintPath>
3838
</Reference>
39-
<Reference Include="Abp.EntityFramework">
40-
<HintPath>..\packages\Abp.EntityFramework.0.3.2.12\lib\net451\Abp.EntityFramework.dll</HintPath>
39+
<Reference Include="Abp.EntityFramework, Version=0.4.0.0, Culture=neutral, processorArchitecture=MSIL">
40+
<SpecificVersion>False</SpecificVersion>
41+
<HintPath>..\packages\Abp.EntityFramework.0.4.0.0\lib\net451\Abp.EntityFramework.dll</HintPath>
4142
</Reference>
4243
<Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
4344
<SpecificVersion>False</SpecificVersion>
@@ -71,9 +72,6 @@
7172
</Reference>
7273
<Reference Include="System.ComponentModel.DataAnnotations" />
7374
<Reference Include="System.Core" />
74-
<Reference Include="System.Linq.Dynamic">
75-
<HintPath>..\packages\System.Linq.Dynamic.1.0.3\lib\net40\System.Linq.Dynamic.dll</HintPath>
76-
</Reference>
7775
<Reference Include="System.Xml.Linq" />
7876
<Reference Include="System.Data.DataSetExtensions" />
7977
<Reference Include="Microsoft.CSharp" />
Lines changed: 2 additions & 3 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.2.12" targetFramework="net451" />
4-
<package id="Abp.EntityFramework" version="0.3.2.12" targetFramework="net451" />
3+
<package id="Abp" version="0.4.0.0" targetFramework="net451" />
4+
<package id="Abp.EntityFramework" version="0.4.0.0" targetFramework="net451" />
55
<package id="Castle.Core" version="3.3.1" targetFramework="net451" />
66
<package id="Castle.Core-log4net" version="3.3.1" targetFramework="net451" />
77
<package id="Castle.LoggingFacility" version="3.3.0" targetFramework="net451" />
@@ -10,5 +10,4 @@
1010
<package id="EntityFramework" version="6.1.1" targetFramework="net451" />
1111
<package id="log4net" version="1.2.10" targetFramework="net451" />
1212
<package id="Microsoft.Bcl.Immutable" version="1.0.34" targetFramework="net451" />
13-
<package id="System.Linq.Dynamic" version="1.0.3" targetFramework="net451" />
1413
</packages>

SimpleTaskSystem/SimpleTaskSystem.NHibernate/SimpleTaskSystem.NHibernate.csproj

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,17 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="Abp, Version=0.3.2.12, Culture=neutral, processorArchitecture=MSIL">
35+
<Reference Include="Abp, Version=0.4.0.0, Culture=neutral, processorArchitecture=MSIL">
3636
<SpecificVersion>False</SpecificVersion>
37-
<HintPath>..\packages\Abp.0.3.2.12\lib\net451\Abp.dll</HintPath>
37+
<HintPath>..\packages\Abp.0.4.0.0\lib\net451\Abp.dll</HintPath>
3838
</Reference>
39-
<Reference Include="Abp.FluentMigrator">
40-
<HintPath>..\packages\Abp.FluentMigrator.0.3.2.12\lib\net451\Abp.FluentMigrator.dll</HintPath>
39+
<Reference Include="Abp.FluentMigrator, Version=0.4.0.0, Culture=neutral, processorArchitecture=MSIL">
40+
<SpecificVersion>False</SpecificVersion>
41+
<HintPath>..\packages\Abp.FluentMigrator.0.4.0.0\lib\net451\Abp.FluentMigrator.dll</HintPath>
4142
</Reference>
42-
<Reference Include="Abp.NHibernate">
43-
<HintPath>..\packages\Abp.NHibernate.0.3.2.12\lib\net451\Abp.NHibernate.dll</HintPath>
43+
<Reference Include="Abp.NHibernate, Version=0.4.0.0, Culture=neutral, processorArchitecture=MSIL">
44+
<SpecificVersion>False</SpecificVersion>
45+
<HintPath>..\packages\Abp.NHibernate.0.4.0.0\lib\net451\Abp.NHibernate.dll</HintPath>
4446
</Reference>
4547
<Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
4648
<SpecificVersion>False</SpecificVersion>

SimpleTaskSystem/SimpleTaskSystem.NHibernate/packages.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Abp" version="0.3.2.12" targetFramework="net451" />
4-
<package id="Abp.FluentMigrator" version="0.3.2.12" targetFramework="net451" />
5-
<package id="Abp.NHibernate" version="0.3.2.12" targetFramework="net451" />
3+
<package id="Abp" version="0.4.0.0" targetFramework="net451" />
4+
<package id="Abp.FluentMigrator" version="0.4.0.0" targetFramework="net451" />
5+
<package id="Abp.NHibernate" version="0.4.0.0" targetFramework="net451" />
66
<package id="Castle.Core" version="3.3.1" targetFramework="net451" />
77
<package id="Castle.LoggingFacility" version="3.3.0" targetFramework="net451" />
88
<package id="Castle.Windsor" version="3.3.0" targetFramework="net451" />

SimpleTaskSystem/SimpleTaskSystem.WebApi/SimpleTaskSystem.WebApi.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="Abp, Version=0.3.2.12, Culture=neutral, processorArchitecture=MSIL">
35+
<Reference Include="Abp, Version=0.4.0.0, Culture=neutral, processorArchitecture=MSIL">
3636
<SpecificVersion>False</SpecificVersion>
37-
<HintPath>..\packages\Abp.0.3.2.12\lib\net451\Abp.dll</HintPath>
37+
<HintPath>..\packages\Abp.0.4.0.0\lib\net451\Abp.dll</HintPath>
3838
</Reference>
39-
<Reference Include="Abp.Web, Version=0.3.2.12, Culture=neutral, processorArchitecture=MSIL">
39+
<Reference Include="Abp.Web, Version=0.4.0.0, Culture=neutral, processorArchitecture=MSIL">
4040
<SpecificVersion>False</SpecificVersion>
41-
<HintPath>..\packages\Abp.Web.0.3.2.12\lib\net451\Abp.Web.dll</HintPath>
41+
<HintPath>..\packages\Abp.Web.0.4.0.0\lib\net451\Abp.Web.dll</HintPath>
4242
</Reference>
43-
<Reference Include="Abp.Web.Api, Version=0.3.2.12, Culture=neutral, processorArchitecture=MSIL">
43+
<Reference Include="Abp.Web.Api, Version=0.4.0.0, Culture=neutral, processorArchitecture=MSIL">
4444
<SpecificVersion>False</SpecificVersion>
45-
<HintPath>..\packages\Abp.Web.Api.0.3.2.12\lib\net451\Abp.Web.Api.dll</HintPath>
45+
<HintPath>..\packages\Abp.Web.Api.0.4.0.0\lib\net451\Abp.Web.Api.dll</HintPath>
4646
</Reference>
4747
<Reference Include="AutoMapper">
4848
<HintPath>..\packages\AutoMapper.3.2.1\lib\net40\AutoMapper.dll</HintPath>

SimpleTaskSystem/SimpleTaskSystem.WebApi/packages.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Abp" version="0.3.2.12" targetFramework="net451" />
4-
<package id="Abp.Web" version="0.3.2.12" targetFramework="net451" />
5-
<package id="Abp.Web.Api" version="0.3.2.12" targetFramework="net451" />
3+
<package id="Abp" version="0.4.0.0" targetFramework="net451" />
4+
<package id="Abp.Web" version="0.4.0.0" targetFramework="net451" />
5+
<package id="Abp.Web.Api" version="0.4.0.0" targetFramework="net451" />
66
<package id="AutoMapper" version="3.2.1" targetFramework="net451" />
77
<package id="Castle.Core" version="3.3.1" targetFramework="net451" />
88
<package id="Castle.Core-log4net" version="3.3.1" targetFramework="net451" />

0 commit comments

Comments
 (0)