Skip to content

Commit c35da26

Browse files
committed
Upgraded to ABP latest and other nugets and fixed problems.
1 parent 430cd49 commit c35da26

File tree

834 files changed

+21599
-9142
lines changed

Some content is hidden

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

834 files changed

+21599
-9142
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="Abp, Version=0.6.0.0, Culture=neutral, processorArchitecture=MSIL">
36-
<HintPath>..\packages\Abp.0.6.0.0\lib\net451\Abp.dll</HintPath>
35+
<Reference Include="Abp, Version=0.6.3.1, Culture=neutral, processorArchitecture=MSIL">
36+
<HintPath>..\packages\Abp.0.6.3.1\lib\net451\Abp.dll</HintPath>
3737
<Private>True</Private>
3838
</Reference>
39-
<Reference Include="Abp.AutoMapper, Version=0.6.0.0, Culture=neutral, processorArchitecture=MSIL">
40-
<HintPath>..\packages\Abp.AutoMapper.0.6.0.0\lib\net451\Abp.AutoMapper.dll</HintPath>
39+
<Reference Include="Abp.AutoMapper, Version=0.6.3.0, Culture=neutral, processorArchitecture=MSIL">
40+
<HintPath>..\packages\Abp.AutoMapper.0.6.3.0\lib\net451\Abp.AutoMapper.dll</HintPath>
4141
<Private>True</Private>
4242
</Reference>
4343
<Reference Include="AutoMapper">

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,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Abp" version="0.6.0.0" targetFramework="net451" />
4-
<package id="Abp.AutoMapper" version="0.6.0.0" targetFramework="net451" />
3+
<package id="Abp" version="0.6.3.1" targetFramework="net451" />
4+
<package id="Abp.AutoMapper" version="0.6.3.0" targetFramework="net451" />
55
<package id="AutoMapper" version="3.3.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" />

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="Abp, Version=0.6.0.0, Culture=neutral, processorArchitecture=MSIL">
36-
<HintPath>..\packages\Abp.0.6.0.0\lib\net451\Abp.dll</HintPath>
35+
<Reference Include="Abp, Version=0.6.3.1, Culture=neutral, processorArchitecture=MSIL">
36+
<HintPath>..\packages\Abp.0.6.3.1\lib\net451\Abp.dll</HintPath>
3737
<Private>True</Private>
3838
</Reference>
3939
<Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">

Templates/All-In-One-Template/MySpaProject/MySpaProject.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.6.0.0" targetFramework="net451" />
3+
<package id="Abp" version="0.6.3.1" targetFramework="net451" />
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" />

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="Abp, Version=0.6.0.0, Culture=neutral, processorArchitecture=MSIL">
36-
<HintPath>..\packages\Abp.0.6.0.0\lib\net451\Abp.dll</HintPath>
35+
<Reference Include="Abp, Version=0.6.3.1, Culture=neutral, processorArchitecture=MSIL">
36+
<HintPath>..\packages\Abp.0.6.3.1\lib\net451\Abp.dll</HintPath>
3737
<Private>True</Private>
3838
</Reference>
39-
<Reference Include="Abp.EntityFramework, Version=0.6.0.0, Culture=neutral, processorArchitecture=MSIL">
40-
<HintPath>..\packages\Abp.EntityFramework.0.6.0.0\lib\net451\Abp.EntityFramework.dll</HintPath>
39+
<Reference Include="Abp.EntityFramework, Version=0.6.3.1, Culture=neutral, processorArchitecture=MSIL">
40+
<HintPath>..\packages\Abp.EntityFramework.0.6.3.1\lib\net451\Abp.EntityFramework.dll</HintPath>
4141
<Private>True</Private>
4242
</Reference>
4343
<Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
@@ -56,8 +56,9 @@
5656
<SpecificVersion>False</SpecificVersion>
5757
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
5858
</Reference>
59-
<Reference Include="EntityFramework.DynamicFilters">
60-
<HintPath>..\packages\EntityFramework.DynamicFilters.1.3.13\lib\net40\EntityFramework.DynamicFilters.dll</HintPath>
59+
<Reference Include="EntityFramework.DynamicFilters, Version=1.3.16.0, Culture=neutral, processorArchitecture=MSIL">
60+
<HintPath>..\packages\EntityFramework.DynamicFilters.1.3.16\lib\net40\EntityFramework.DynamicFilters.dll</HintPath>
61+
<Private>True</Private>
6162
</Reference>
6263
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
6364
<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,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Abp" version="0.6.0.0" targetFramework="net451" />
4-
<package id="Abp.EntityFramework" version="0.6.0.0" targetFramework="net451" />
3+
<package id="Abp" version="0.6.3.1" targetFramework="net451" />
4+
<package id="Abp.EntityFramework" version="0.6.3.1" targetFramework="net451" />
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.3.13" targetFramework="net451" />
9+
<package id="EntityFramework.DynamicFilters" version="1.3.16" targetFramework="net451" />
1010
<package id="Microsoft.Bcl.Immutable" version="1.0.34" targetFramework="net451" />
1111
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net451" />
1212
<package id="Nito.AsyncEx" version="3.0.0" targetFramework="net451" />

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="Abp, Version=0.6.0.0, Culture=neutral, processorArchitecture=MSIL">
36-
<HintPath>..\packages\Abp.0.6.0.0\lib\net451\Abp.dll</HintPath>
35+
<Reference Include="Abp, Version=0.6.3.1, Culture=neutral, processorArchitecture=MSIL">
36+
<HintPath>..\packages\Abp.0.6.3.1\lib\net451\Abp.dll</HintPath>
3737
<Private>True</Private>
3838
</Reference>
39-
<Reference Include="Abp.FluentMigrator, Version=0.6.0.0, Culture=neutral, processorArchitecture=MSIL">
40-
<HintPath>..\packages\Abp.FluentMigrator.0.6.0.0\lib\net451\Abp.FluentMigrator.dll</HintPath>
39+
<Reference Include="Abp.FluentMigrator, Version=0.6.3.0, Culture=neutral, processorArchitecture=MSIL">
40+
<HintPath>..\packages\Abp.FluentMigrator.0.6.3.0\lib\net451\Abp.FluentMigrator.dll</HintPath>
4141
<Private>True</Private>
4242
</Reference>
43-
<Reference Include="Abp.NHibernate, Version=0.6.0.0, Culture=neutral, processorArchitecture=MSIL">
44-
<HintPath>..\packages\Abp.NHibernate.0.6.0.0\lib\net451\Abp.NHibernate.dll</HintPath>
43+
<Reference Include="Abp.NHibernate, Version=0.6.3.0, Culture=neutral, processorArchitecture=MSIL">
44+
<HintPath>..\packages\Abp.NHibernate.0.6.3.0\lib\net451\Abp.NHibernate.dll</HintPath>
4545
<Private>True</Private>
4646
</Reference>
4747
<Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">

Templates/All-In-One-Template/MySpaProject/MySpaProject.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.6.0.0" targetFramework="net451" />
4-
<package id="Abp.FluentMigrator" version="0.6.0.0" targetFramework="net451" />
5-
<package id="Abp.NHibernate" version="0.6.0.0" targetFramework="net451" />
3+
<package id="Abp" version="0.6.3.1" targetFramework="net451" />
4+
<package id="Abp.FluentMigrator" version="0.6.3.0" targetFramework="net451" />
5+
<package id="Abp.NHibernate" version="0.6.3.0" 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" />

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,20 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="Abp, Version=0.6.0.0, Culture=neutral, processorArchitecture=MSIL">
36-
<HintPath>..\packages\Abp.0.6.0.0\lib\net451\Abp.dll</HintPath>
35+
<Reference Include="Abp, Version=0.6.3.1, Culture=neutral, processorArchitecture=MSIL">
36+
<HintPath>..\packages\Abp.0.6.3.1\lib\net451\Abp.dll</HintPath>
3737
<Private>True</Private>
3838
</Reference>
39-
<Reference Include="Abp.AutoMapper, Version=0.6.0.0, Culture=neutral, processorArchitecture=MSIL">
40-
<HintPath>..\packages\Abp.AutoMapper.0.6.0.0\lib\net451\Abp.AutoMapper.dll</HintPath>
39+
<Reference Include="Abp.AutoMapper, Version=0.6.3.0, Culture=neutral, processorArchitecture=MSIL">
40+
<HintPath>..\packages\Abp.AutoMapper.0.6.3.0\lib\net451\Abp.AutoMapper.dll</HintPath>
4141
<Private>True</Private>
4242
</Reference>
43-
<Reference Include="Abp.Web, Version=0.6.0.0, Culture=neutral, processorArchitecture=MSIL">
44-
<HintPath>..\packages\Abp.Web.0.6.0.0\lib\net451\Abp.Web.dll</HintPath>
43+
<Reference Include="Abp.Web, Version=0.6.3.0, Culture=neutral, processorArchitecture=MSIL">
44+
<HintPath>..\packages\Abp.Web.0.6.3.0\lib\net451\Abp.Web.dll</HintPath>
4545
<Private>True</Private>
4646
</Reference>
47-
<Reference Include="Abp.Web.Api, Version=0.6.0.0, Culture=neutral, processorArchitecture=MSIL">
48-
<HintPath>..\packages\Abp.Web.Api.0.6.0.0\lib\net451\Abp.Web.Api.dll</HintPath>
47+
<Reference Include="Abp.Web.Api, Version=0.6.3.0, Culture=neutral, processorArchitecture=MSIL">
48+
<HintPath>..\packages\Abp.Web.Api.0.6.3.0\lib\net451\Abp.Web.Api.dll</HintPath>
4949
<Private>True</Private>
5050
</Reference>
5151
<Reference Include="AutoMapper">

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,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Abp" version="0.6.0.0" targetFramework="net451" />
4-
<package id="Abp.AutoMapper" version="0.6.0.0" targetFramework="net451" />
5-
<package id="Abp.Web" version="0.6.0.0" targetFramework="net451" />
6-
<package id="Abp.Web.Api" version="0.6.0.0" targetFramework="net451" />
3+
<package id="Abp" version="0.6.3.1" targetFramework="net451" />
4+
<package id="Abp.AutoMapper" version="0.6.3.0" targetFramework="net451" />
5+
<package id="Abp.Web" version="0.6.3.0" targetFramework="net451" />
6+
<package id="Abp.Web.Api" version="0.6.3.0" targetFramework="net451" />
77
<package id="AutoMapper" version="3.3.1" targetFramework="net451" />
88
<package id="Castle.Core" version="3.3.3" targetFramework="net451" />
99
<package id="Castle.LoggingFacility" version="3.3.0" targetFramework="net451" />

0 commit comments

Comments
 (0)