Skip to content

Commit 3fe535b

Browse files
committed
Upgraded To Abp v3.3
1 parent 14af78b commit 3fe535b

File tree

23 files changed

+360
-92
lines changed

23 files changed

+360
-92
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="Abp, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
39-
<HintPath>..\packages\Abp.3.2.4\lib\netstandard2.0\Abp.dll</HintPath>
38+
<Reference Include="Abp, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
39+
<HintPath>..\packages\Abp.3.3.0\lib\netstandard2.0\Abp.dll</HintPath>
4040
</Reference>
41-
<Reference Include="Abp.AutoMapper, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
42-
<HintPath>..\packages\Abp.AutoMapper.3.2.4\lib\netstandard2.0\Abp.AutoMapper.dll</HintPath>
41+
<Reference Include="Abp.AutoMapper, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
42+
<HintPath>..\packages\Abp.AutoMapper.3.3.0\lib\netstandard2.0\Abp.AutoMapper.dll</HintPath>
4343
</Reference>
4444
<Reference Include="AutoMapper, Version=6.2.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
4545
<HintPath>..\packages\AutoMapper.6.2.1\lib\net45\AutoMapper.dll</HintPath>

src/AbpCompanyName.AbpProjectName.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="3.2.4" targetFramework="net461" />
4-
<package id="Abp.AutoMapper" version="3.2.4" targetFramework="net461" />
3+
<package id="Abp" version="3.3.0" targetFramework="net461" />
4+
<package id="Abp.AutoMapper" version="3.3.0" targetFramework="net461" />
55
<package id="AutoMapper" version="6.2.1" targetFramework="net461" />
66
<package id="Castle.Core" version="4.2.1" targetFramework="net461" />
77
<package id="Castle.LoggingFacility" version="4.1.0" targetFramework="net461" />

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="Abp, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
39-
<HintPath>..\packages\Abp.3.2.4\lib\netstandard2.0\Abp.dll</HintPath>
38+
<Reference Include="Abp, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
39+
<HintPath>..\packages\Abp.3.3.0\lib\netstandard2.0\Abp.dll</HintPath>
4040
</Reference>
4141
<Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
4242
<HintPath>..\packages\Castle.Core.4.2.1\lib\net45\Castle.Core.dll</HintPath>

src/AbpCompanyName.AbpProjectName.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="3.2.4" targetFramework="net461" />
3+
<package id="Abp" version="3.3.0" targetFramework="net461" />
44
<package id="Castle.Core" version="4.2.1" targetFramework="net461" />
55
<package id="Castle.LoggingFacility" version="4.1.0" targetFramework="net461" />
66
<package id="Castle.Windsor" version="4.1.0" targetFramework="net461" />

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="Abp, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
39-
<HintPath>..\packages\Abp.3.2.4\lib\netstandard2.0\Abp.dll</HintPath>
38+
<Reference Include="Abp, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
39+
<HintPath>..\packages\Abp.3.3.0\lib\netstandard2.0\Abp.dll</HintPath>
4040
</Reference>
41-
<Reference Include="Abp.EntityFramework, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
42-
<HintPath>..\packages\Abp.EntityFramework.3.2.4\lib\net461\Abp.EntityFramework.dll</HintPath>
41+
<Reference Include="Abp.EntityFramework, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
42+
<HintPath>..\packages\Abp.EntityFramework.3.3.0\lib\net461\Abp.EntityFramework.dll</HintPath>
4343
</Reference>
44-
<Reference Include="Abp.EntityFramework.Common, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
45-
<HintPath>..\packages\Abp.EntityFramework.Common.3.2.4\lib\netstandard2.0\Abp.EntityFramework.Common.dll</HintPath>
44+
<Reference Include="Abp.EntityFramework.Common, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
45+
<HintPath>..\packages\Abp.EntityFramework.Common.3.3.0\lib\netstandard2.0\Abp.EntityFramework.Common.dll</HintPath>
4646
</Reference>
4747
<Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
4848
<HintPath>..\packages\Castle.Core.4.2.1\lib\net45\Castle.Core.dll</HintPath>

src/AbpCompanyName.AbpProjectName.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="3.2.4" targetFramework="net461" />
4-
<package id="Abp.EntityFramework" version="3.2.4" targetFramework="net461" />
5-
<package id="Abp.EntityFramework.Common" version="3.2.4" targetFramework="net461" />
3+
<package id="Abp" version="3.3.0" targetFramework="net461" />
4+
<package id="Abp.EntityFramework" version="3.3.0" targetFramework="net461" />
5+
<package id="Abp.EntityFramework.Common" version="3.3.0" targetFramework="net461" />
66
<package id="Castle.Core" version="4.2.1" targetFramework="net461" />
77
<package id="Castle.LoggingFacility" version="4.1.0" targetFramework="net461" />
88
<package id="Castle.Windsor" version="4.1.0" targetFramework="net461" />

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="Abp, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
39-
<HintPath>..\packages\Abp.3.2.4\lib\netstandard2.0\Abp.dll</HintPath>
38+
<Reference Include="Abp, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
39+
<HintPath>..\packages\Abp.3.3.0\lib\netstandard2.0\Abp.dll</HintPath>
4040
</Reference>
41-
<Reference Include="Abp.FluentMigrator, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
42-
<HintPath>..\packages\Abp.FluentMigrator.3.2.4\lib\net461\Abp.FluentMigrator.dll</HintPath>
41+
<Reference Include="Abp.FluentMigrator, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
42+
<HintPath>..\packages\Abp.FluentMigrator.3.3.0\lib\net461\Abp.FluentMigrator.dll</HintPath>
4343
</Reference>
44-
<Reference Include="Abp.NHibernate, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
45-
<HintPath>..\packages\Abp.NHibernate.3.2.4\lib\net461\Abp.NHibernate.dll</HintPath>
44+
<Reference Include="Abp.NHibernate, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
45+
<HintPath>..\packages\Abp.NHibernate.3.3.0\lib\net461\Abp.NHibernate.dll</HintPath>
4646
</Reference>
4747
<Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
4848
<HintPath>..\packages\Antlr3.Runtime.3.5.1\lib\net40-client\Antlr3.Runtime.dll</HintPath>

src/AbpCompanyName.AbpProjectName.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="3.2.4" targetFramework="net461" />
4-
<package id="Abp.FluentMigrator" version="3.2.4" targetFramework="net461" />
5-
<package id="Abp.NHibernate" version="3.2.4" targetFramework="net461" />
3+
<package id="Abp" version="3.3.0" targetFramework="net461" />
4+
<package id="Abp.FluentMigrator" version="3.3.0" targetFramework="net461" />
5+
<package id="Abp.NHibernate" version="3.3.0" targetFramework="net461" />
66
<package id="Antlr3.Runtime" version="3.5.1" targetFramework="net461" />
77
<package id="Castle.Core" version="4.2.1" targetFramework="net461" />
88
<package id="Castle.LoggingFacility" version="4.1.0" targetFramework="net461" />

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,20 @@
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="Abp, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
39-
<HintPath>..\packages\Abp.3.2.4\lib\netstandard2.0\Abp.dll</HintPath>
38+
<Reference Include="Abp, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
39+
<HintPath>..\packages\Abp.3.3.0\lib\netstandard2.0\Abp.dll</HintPath>
4040
</Reference>
41-
<Reference Include="Abp.AutoMapper, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
42-
<HintPath>..\packages\Abp.AutoMapper.3.2.4\lib\netstandard2.0\Abp.AutoMapper.dll</HintPath>
41+
<Reference Include="Abp.AutoMapper, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
42+
<HintPath>..\packages\Abp.AutoMapper.3.3.0\lib\netstandard2.0\Abp.AutoMapper.dll</HintPath>
4343
</Reference>
44-
<Reference Include="Abp.Web, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
45-
<HintPath>..\packages\Abp.Web.3.2.4\lib\net461\Abp.Web.dll</HintPath>
44+
<Reference Include="Abp.Web, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
45+
<HintPath>..\packages\Abp.Web.3.3.0\lib\net461\Abp.Web.dll</HintPath>
4646
</Reference>
47-
<Reference Include="Abp.Web.Api, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
48-
<HintPath>..\packages\Abp.Web.Api.3.2.4\lib\net461\Abp.Web.Api.dll</HintPath>
47+
<Reference Include="Abp.Web.Api, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
48+
<HintPath>..\packages\Abp.Web.Api.3.3.0\lib\net461\Abp.Web.Api.dll</HintPath>
4949
</Reference>
50-
<Reference Include="Abp.Web.Common, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
51-
<HintPath>..\packages\Abp.Web.Common.3.2.4\lib\netstandard2.0\Abp.Web.Common.dll</HintPath>
50+
<Reference Include="Abp.Web.Common, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
51+
<HintPath>..\packages\Abp.Web.Common.3.3.0\lib\netstandard2.0\Abp.Web.Common.dll</HintPath>
5252
</Reference>
5353
<Reference Include="AutoMapper, Version=6.2.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
5454
<HintPath>..\packages\AutoMapper.6.2.1\lib\net45\AutoMapper.dll</HintPath>

src/AbpCompanyName.AbpProjectName.WebApi/packages.config

Lines changed: 5 additions & 5 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="3.2.4" targetFramework="net461" />
4-
<package id="Abp.AutoMapper" version="3.2.4" targetFramework="net461" />
5-
<package id="Abp.Web" version="3.2.4" targetFramework="net461" />
6-
<package id="Abp.Web.Api" version="3.2.4" targetFramework="net461" />
7-
<package id="Abp.Web.Common" version="3.2.4" targetFramework="net461" />
3+
<package id="Abp" version="3.3.0" targetFramework="net461" />
4+
<package id="Abp.AutoMapper" version="3.3.0" targetFramework="net461" />
5+
<package id="Abp.Web" version="3.3.0" targetFramework="net461" />
6+
<package id="Abp.Web.Api" version="3.3.0" targetFramework="net461" />
7+
<package id="Abp.Web.Common" version="3.3.0" targetFramework="net461" />
88
<package id="AutoMapper" version="6.2.1" targetFramework="net461" />
99
<package id="Castle.Core" version="4.2.1" targetFramework="net461" />
1010
<package id="Castle.LoggingFacility" version="4.1.0" targetFramework="net461" />

0 commit comments

Comments
 (0)