Skip to content

Commit e9b16a8

Browse files
committed
Updated all nuget packages and adapted to latest ABP.
1 parent 4fdbcb9 commit e9b16a8

File tree

181 files changed

+5058
-2817
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+5058
-2817
lines changed

Templates/All-In-One-Template/MySpaProject/MySpaProject.Application/MySpaProject.Application.csproj

Lines changed: 3 additions & 3 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.4.1.0, Culture=neutral, processorArchitecture=MSIL">
35+
<Reference Include="Abp, Version=0.4.3.1, Culture=neutral, processorArchitecture=MSIL">
3636
<SpecificVersion>False</SpecificVersion>
37-
<HintPath>..\packages\Abp.0.4.1.0\lib\net451\Abp.dll</HintPath>
37+
<HintPath>..\packages\Abp.0.4.3.1\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>
@@ -46,7 +46,7 @@
4646
</Reference>
4747
<Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
4848
<SpecificVersion>False</SpecificVersion>
49-
<HintPath>..\packages\Castle.Core.3.3.1\lib\net45\Castle.Core.dll</HintPath>
49+
<HintPath>..\packages\Castle.Core.3.3.3\lib\net45\Castle.Core.dll</HintPath>
5050
</Reference>
5151
<Reference Include="Castle.Facilities.Logging, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
5252
<SpecificVersion>False</SpecificVersion>

Templates/All-In-One-Template/MySpaProject/MySpaProject.Application/packages.config

Lines changed: 2 additions & 2 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.4.1.0" targetFramework="net451" />
3+
<package id="Abp" version="0.4.3.1" targetFramework="net451" />
44
<package id="AutoMapper" version="3.2.1" targetFramework="net451" />
5-
<package id="Castle.Core" version="3.3.1" targetFramework="net451" />
5+
<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="Microsoft.Bcl.Immutable" version="1.0.34" targetFramework="net451" />

Templates/All-In-One-Template/MySpaProject/MySpaProject.Core/MySpaProject.Core.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="Abp, Version=0.4.1.0, Culture=neutral, processorArchitecture=MSIL">
35+
<Reference Include="Abp, Version=0.4.3.1, Culture=neutral, processorArchitecture=MSIL">
3636
<SpecificVersion>False</SpecificVersion>
37-
<HintPath>..\packages\Abp.0.4.1.0\lib\net451\Abp.dll</HintPath>
37+
<HintPath>..\packages\Abp.0.4.3.1\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>
41-
<HintPath>..\packages\Castle.Core.3.3.1\lib\net45\Castle.Core.dll</HintPath>
41+
<HintPath>..\packages\Castle.Core.3.3.3\lib\net45\Castle.Core.dll</HintPath>
4242
</Reference>
4343
<Reference Include="Castle.Facilities.Logging, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
4444
<SpecificVersion>False</SpecificVersion>

Templates/All-In-One-Template/MySpaProject/MySpaProject.Core/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.4.1.0" targetFramework="net451" />
4-
<package id="Castle.Core" version="3.3.1" targetFramework="net451" />
3+
<package id="Abp" version="0.4.3.1" targetFramework="net451" />
4+
<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" />
77
<package id="Microsoft.Bcl.Immutable" version="1.0.34" targetFramework="net451" />

Templates/All-In-One-Template/MySpaProject/MySpaProject.EntityFramework/MySpaProject.EntityFramework.csproj

Lines changed: 5 additions & 5 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.4.1.0, Culture=neutral, processorArchitecture=MSIL">
35+
<Reference Include="Abp, Version=0.4.3.1, Culture=neutral, processorArchitecture=MSIL">
3636
<SpecificVersion>False</SpecificVersion>
37-
<HintPath>..\packages\Abp.0.4.1.0\lib\net451\Abp.dll</HintPath>
37+
<HintPath>..\packages\Abp.0.4.3.1\lib\net451\Abp.dll</HintPath>
3838
</Reference>
39-
<Reference Include="Abp.EntityFramework, Version=0.4.1.0, Culture=neutral, processorArchitecture=MSIL">
39+
<Reference Include="Abp.EntityFramework, Version=0.4.3.1, Culture=neutral, processorArchitecture=MSIL">
4040
<SpecificVersion>False</SpecificVersion>
41-
<HintPath>..\packages\Abp.EntityFramework.0.4.1.0\lib\net451\Abp.EntityFramework.dll</HintPath>
41+
<HintPath>..\packages\Abp.EntityFramework.0.4.3.1\lib\net451\Abp.EntityFramework.dll</HintPath>
4242
</Reference>
4343
<Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
4444
<SpecificVersion>False</SpecificVersion>
45-
<HintPath>..\packages\Castle.Core.3.3.1\lib\net45\Castle.Core.dll</HintPath>
45+
<HintPath>..\packages\Castle.Core.3.3.3\lib\net45\Castle.Core.dll</HintPath>
4646
</Reference>
4747
<Reference Include="Castle.Facilities.Logging, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
4848
<SpecificVersion>False</SpecificVersion>

Templates/All-In-One-Template/MySpaProject/MySpaProject.EntityFramework/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.4.1.0" targetFramework="net451" />
4-
<package id="Abp.EntityFramework" version="0.4.1.0" targetFramework="net451" />
5-
<package id="Castle.Core" version="3.3.1" targetFramework="net451" />
3+
<package id="Abp" version="0.4.3.1" targetFramework="net451" />
4+
<package id="Abp.EntityFramework" version="0.4.3.1" targetFramework="net451" />
5+
<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.1" targetFramework="net451" />

Templates/All-In-One-Template/MySpaProject/MySpaProject.NHibernate/MySpaProject.NHibernate.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,21 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="Abp, Version=0.4.1.0, Culture=neutral, processorArchitecture=MSIL">
35+
<Reference Include="Abp, Version=0.4.3.1, Culture=neutral, processorArchitecture=MSIL">
3636
<SpecificVersion>False</SpecificVersion>
37-
<HintPath>..\packages\Abp.0.4.1.0\lib\net451\Abp.dll</HintPath>
37+
<HintPath>..\packages\Abp.0.4.3.1\lib\net451\Abp.dll</HintPath>
3838
</Reference>
39-
<Reference Include="Abp.FluentMigrator, Version=0.4.1.0, Culture=neutral, processorArchitecture=MSIL">
39+
<Reference Include="Abp.FluentMigrator, Version=0.4.3.1, Culture=neutral, processorArchitecture=MSIL">
4040
<SpecificVersion>False</SpecificVersion>
41-
<HintPath>..\packages\Abp.FluentMigrator.0.4.1.0\lib\net451\Abp.FluentMigrator.dll</HintPath>
41+
<HintPath>..\packages\Abp.FluentMigrator.0.4.3.1\lib\net451\Abp.FluentMigrator.dll</HintPath>
4242
</Reference>
43-
<Reference Include="Abp.NHibernate, Version=0.4.1.0, Culture=neutral, processorArchitecture=MSIL">
43+
<Reference Include="Abp.NHibernate, Version=0.4.3.1, Culture=neutral, processorArchitecture=MSIL">
4444
<SpecificVersion>False</SpecificVersion>
45-
<HintPath>..\packages\Abp.NHibernate.0.4.1.0\lib\net451\Abp.NHibernate.dll</HintPath>
45+
<HintPath>..\packages\Abp.NHibernate.0.4.3.1\lib\net451\Abp.NHibernate.dll</HintPath>
4646
</Reference>
4747
<Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
4848
<SpecificVersion>False</SpecificVersion>
49-
<HintPath>..\packages\Castle.Core.3.3.1\lib\net45\Castle.Core.dll</HintPath>
49+
<HintPath>..\packages\Castle.Core.3.3.3\lib\net45\Castle.Core.dll</HintPath>
5050
</Reference>
5151
<Reference Include="Castle.Facilities.Logging, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
5252
<SpecificVersion>False</SpecificVersion>
@@ -70,7 +70,7 @@
7070
</Reference>
7171
<Reference Include="NHibernate, Version=4.0.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
7272
<SpecificVersion>False</SpecificVersion>
73-
<HintPath>..\packages\NHibernate.4.0.1.4000\lib\net40\NHibernate.dll</HintPath>
73+
<HintPath>..\packages\NHibernate.4.0.2.4000\lib\net40\NHibernate.dll</HintPath>
7474
</Reference>
7575
<Reference Include="System" />
7676
<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,14 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Abp" version="0.4.1.0" targetFramework="net451" />
4-
<package id="Abp.FluentMigrator" version="0.4.1.0" targetFramework="net451" />
5-
<package id="Abp.NHibernate" version="0.4.1.0" targetFramework="net451" />
6-
<package id="Castle.Core" version="3.3.1" targetFramework="net451" />
3+
<package id="Abp" version="0.4.3.1" targetFramework="net451" />
4+
<package id="Abp.FluentMigrator" version="0.4.3.1" targetFramework="net451" />
5+
<package id="Abp.NHibernate" version="0.4.3.1" targetFramework="net451" />
6+
<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.3.0.0" targetFramework="net451" />
1010
<package id="FluentNHibernate" version="1.4.0.0" targetFramework="net451" />
1111
<package id="Iesi.Collections" version="4.0.1.4000" targetFramework="net451" />
1212
<package id="Microsoft.Bcl.Immutable" version="1.0.34" targetFramework="net451" />
13-
<package id="NHibernate" version="4.0.1.4000" targetFramework="net451" />
13+
<package id="NHibernate" version="4.0.2.4000" targetFramework="net451" />
1414
</packages>

Templates/All-In-One-Template/MySpaProject/MySpaProject.WebApi/MySpaProject.WebApi.csproj

Lines changed: 7 additions & 7 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.4.1.0, Culture=neutral, processorArchitecture=MSIL">
35+
<Reference Include="Abp, Version=0.4.3.1, Culture=neutral, processorArchitecture=MSIL">
3636
<SpecificVersion>False</SpecificVersion>
37-
<HintPath>..\packages\Abp.0.4.1.0\lib\net451\Abp.dll</HintPath>
37+
<HintPath>..\packages\Abp.0.4.3.1\lib\net451\Abp.dll</HintPath>
3838
</Reference>
39-
<Reference Include="Abp.Web, Version=0.4.1.0, Culture=neutral, processorArchitecture=MSIL">
39+
<Reference Include="Abp.Web, Version=0.4.3.1, Culture=neutral, processorArchitecture=MSIL">
4040
<SpecificVersion>False</SpecificVersion>
41-
<HintPath>..\packages\Abp.Web.0.4.1.0\lib\net451\Abp.Web.dll</HintPath>
41+
<HintPath>..\packages\Abp.Web.0.4.3.1\lib\net451\Abp.Web.dll</HintPath>
4242
</Reference>
43-
<Reference Include="Abp.Web.Api, Version=0.4.1.0, Culture=neutral, processorArchitecture=MSIL">
43+
<Reference Include="Abp.Web.Api, Version=0.4.3.1, Culture=neutral, processorArchitecture=MSIL">
4444
<SpecificVersion>False</SpecificVersion>
45-
<HintPath>..\packages\Abp.Web.Api.0.4.1.0\lib\net451\Abp.Web.Api.dll</HintPath>
45+
<HintPath>..\packages\Abp.Web.Api.0.4.3.1\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>
@@ -53,7 +53,7 @@
5353
</Reference>
5454
<Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
5555
<SpecificVersion>False</SpecificVersion>
56-
<HintPath>..\packages\Castle.Core.3.3.1\lib\net45\Castle.Core.dll</HintPath>
56+
<HintPath>..\packages\Castle.Core.3.3.3\lib\net45\Castle.Core.dll</HintPath>
5757
</Reference>
5858
<Reference Include="Castle.Facilities.Logging, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
5959
<SpecificVersion>False</SpecificVersion>

Templates/All-In-One-Template/MySpaProject/MySpaProject.WebApi/packages.config

Lines changed: 4 additions & 4 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.4.1.0" targetFramework="net451" />
4-
<package id="Abp.Web" version="0.4.1.0" targetFramework="net451" />
5-
<package id="Abp.Web.Api" version="0.4.1.0" targetFramework="net451" />
3+
<package id="Abp" version="0.4.3.1" targetFramework="net451" />
4+
<package id="Abp.Web" version="0.4.3.1" targetFramework="net451" />
5+
<package id="Abp.Web.Api" version="0.4.3.1" targetFramework="net451" />
66
<package id="AutoMapper" version="3.2.1" targetFramework="net451" />
7-
<package id="Castle.Core" version="3.3.1" targetFramework="net451" />
7+
<package id="Castle.Core" version="3.3.3" targetFramework="net451" />
88
<package id="Castle.LoggingFacility" version="3.3.0" targetFramework="net451" />
99
<package id="Castle.Windsor" version="3.3.0" targetFramework="net451" />
1010
<package id="Microsoft.AspNet.WebApi" version="5.2.2" targetFramework="net451" />

0 commit comments

Comments
 (0)