Skip to content

Commit 08f6e91

Browse files
Upgrade to abp v3.2.4
1 parent 9ec2583 commit 08f6e91

File tree

16 files changed

+197
-197
lines changed

16 files changed

+197
-197
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="Abp, Version=3.2.3.0, Culture=neutral, processorArchitecture=MSIL">
39-
<HintPath>..\packages\Abp.3.2.3\lib\netstandard2.0\Abp.dll</HintPath>
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>
4040
</Reference>
41-
<Reference Include="Abp.AutoMapper, Version=3.2.3.0, Culture=neutral, processorArchitecture=MSIL">
42-
<HintPath>..\packages\Abp.AutoMapper.3.2.3\lib\netstandard2.0\Abp.AutoMapper.dll</HintPath>
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>
4343
</Reference>
44-
<Reference Include="Abp.Zero, Version=3.2.3.0, Culture=neutral, processorArchitecture=MSIL">
45-
<HintPath>..\packages\Abp.Zero.3.2.3\lib\net461\Abp.Zero.dll</HintPath>
44+
<Reference Include="Abp.Zero, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
45+
<HintPath>..\packages\Abp.Zero.3.2.4\lib\net461\Abp.Zero.dll</HintPath>
4646
</Reference>
47-
<Reference Include="Abp.Zero.Common, Version=3.2.3.0, Culture=neutral, processorArchitecture=MSIL">
48-
<HintPath>..\packages\Abp.Zero.Common.3.2.3\lib\netstandard2.0\Abp.Zero.Common.dll</HintPath>
47+
<Reference Include="Abp.Zero.Common, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
48+
<HintPath>..\packages\Abp.Zero.Common.3.2.4\lib\netstandard2.0\Abp.Zero.Common.dll</HintPath>
4949
</Reference>
5050
<Reference Include="AutoMapper, Version=6.2.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
5151
<HintPath>..\packages\AutoMapper.6.2.1\lib\net45\AutoMapper.dll</HintPath>

src/AbpCompanyName.AbpProjectName.Application/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="3.2.3" targetFramework="net461" />
4-
<package id="Abp.AutoMapper" version="3.2.3" targetFramework="net461" />
5-
<package id="Abp.Zero" version="3.2.3" targetFramework="net461" />
6-
<package id="Abp.Zero.Common" version="3.2.3" targetFramework="net461" />
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.Zero" version="3.2.4" targetFramework="net461" />
6+
<package id="Abp.Zero.Common" version="3.2.4" targetFramework="net461" />
77
<package id="AutoMapper" version="6.2.1" targetFramework="net461" />
88
<package id="Castle.Core" version="4.2.1" targetFramework="net461" />
99
<package id="Castle.LoggingFacility" version="4.1.0" targetFramework="net461" />

src/AbpCompanyName.AbpProjectName.Core/AbpCompanyName.AbpProjectName.Core.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.3.0, Culture=neutral, processorArchitecture=MSIL">
39-
<HintPath>..\packages\Abp.3.2.3\lib\netstandard2.0\Abp.dll</HintPath>
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>
4040
</Reference>
41-
<Reference Include="Abp.Zero, Version=3.2.3.0, Culture=neutral, processorArchitecture=MSIL">
42-
<HintPath>..\packages\Abp.Zero.3.2.3\lib\net461\Abp.Zero.dll</HintPath>
41+
<Reference Include="Abp.Zero, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
42+
<HintPath>..\packages\Abp.Zero.3.2.4\lib\net461\Abp.Zero.dll</HintPath>
4343
</Reference>
44-
<Reference Include="Abp.Zero.Common, Version=3.2.3.0, Culture=neutral, processorArchitecture=MSIL">
45-
<HintPath>..\packages\Abp.Zero.Common.3.2.3\lib\netstandard2.0\Abp.Zero.Common.dll</HintPath>
44+
<Reference Include="Abp.Zero.Common, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
45+
<HintPath>..\packages\Abp.Zero.Common.3.2.4\lib\netstandard2.0\Abp.Zero.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.Core/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.3" targetFramework="net461" />
4-
<package id="Abp.Zero" version="3.2.3" targetFramework="net461" />
5-
<package id="Abp.Zero.Common" version="3.2.3" targetFramework="net461" />
3+
<package id="Abp" version="3.2.4" targetFramework="net461" />
4+
<package id="Abp.Zero" version="3.2.4" targetFramework="net461" />
5+
<package id="Abp.Zero.Common" version="3.2.4" 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.EntityFramework/AbpCompanyName.AbpProjectName.EntityFramework.csproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,23 @@
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="Abp, Version=3.2.3.0, Culture=neutral, processorArchitecture=MSIL">
39-
<HintPath>..\packages\Abp.3.2.3\lib\netstandard2.0\Abp.dll</HintPath>
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>
4040
</Reference>
41-
<Reference Include="Abp.EntityFramework, Version=3.2.3.0, Culture=neutral, processorArchitecture=MSIL">
42-
<HintPath>..\packages\Abp.EntityFramework.3.2.3\lib\net461\Abp.EntityFramework.dll</HintPath>
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>
4343
</Reference>
44-
<Reference Include="Abp.EntityFramework.Common, Version=3.2.3.0, Culture=neutral, processorArchitecture=MSIL">
45-
<HintPath>..\packages\Abp.EntityFramework.Common.3.2.3\lib\netstandard2.0\Abp.EntityFramework.Common.dll</HintPath>
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>
4646
</Reference>
47-
<Reference Include="Abp.Zero, Version=3.2.3.0, Culture=neutral, processorArchitecture=MSIL">
48-
<HintPath>..\packages\Abp.Zero.3.2.3\lib\net461\Abp.Zero.dll</HintPath>
47+
<Reference Include="Abp.Zero, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
48+
<HintPath>..\packages\Abp.Zero.3.2.4\lib\net461\Abp.Zero.dll</HintPath>
4949
</Reference>
50-
<Reference Include="Abp.Zero.Common, Version=3.2.3.0, Culture=neutral, processorArchitecture=MSIL">
51-
<HintPath>..\packages\Abp.Zero.Common.3.2.3\lib\netstandard2.0\Abp.Zero.Common.dll</HintPath>
50+
<Reference Include="Abp.Zero.Common, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
51+
<HintPath>..\packages\Abp.Zero.Common.3.2.4\lib\netstandard2.0\Abp.Zero.Common.dll</HintPath>
5252
</Reference>
53-
<Reference Include="Abp.Zero.EntityFramework, Version=3.2.3.0, Culture=neutral, processorArchitecture=MSIL">
54-
<HintPath>..\packages\Abp.Zero.EntityFramework.3.2.3\lib\net461\Abp.Zero.EntityFramework.dll</HintPath>
53+
<Reference Include="Abp.Zero.EntityFramework, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
54+
<HintPath>..\packages\Abp.Zero.EntityFramework.3.2.4\lib\net461\Abp.Zero.EntityFramework.dll</HintPath>
5555
</Reference>
5656
<Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
5757
<HintPath>..\packages\Castle.Core.4.2.1\lib\net45\Castle.Core.dll</HintPath>

src/AbpCompanyName.AbpProjectName.EntityFramework/packages.config

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Abp" version="3.2.3" targetFramework="net461" />
4-
<package id="Abp.EntityFramework" version="3.2.3" targetFramework="net461" />
5-
<package id="Abp.EntityFramework.Common" version="3.2.3" targetFramework="net461" />
6-
<package id="Abp.Zero" version="3.2.3" targetFramework="net461" />
7-
<package id="Abp.Zero.Common" version="3.2.3" targetFramework="net461" />
8-
<package id="Abp.Zero.EntityFramework" version="3.2.3" targetFramework="net461" />
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" />
6+
<package id="Abp.Zero" version="3.2.4" targetFramework="net461" />
7+
<package id="Abp.Zero.Common" version="3.2.4" targetFramework="net461" />
8+
<package id="Abp.Zero.EntityFramework" version="3.2.4" targetFramework="net461" />
99
<package id="Castle.Core" version="4.2.1" targetFramework="net461" />
1010
<package id="Castle.LoggingFacility" version="4.1.0" targetFramework="net461" />
1111
<package id="Castle.Windsor" version="4.1.0" targetFramework="net461" />

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,26 +35,26 @@
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="Abp, Version=3.2.3.0, Culture=neutral, processorArchitecture=MSIL">
39-
<HintPath>..\packages\Abp.3.2.3\lib\netstandard2.0\Abp.dll</HintPath>
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>
4040
</Reference>
41-
<Reference Include="Abp.AutoMapper, Version=3.2.3.0, Culture=neutral, processorArchitecture=MSIL">
42-
<HintPath>..\packages\Abp.AutoMapper.3.2.3\lib\netstandard2.0\Abp.AutoMapper.dll</HintPath>
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>
4343
</Reference>
44-
<Reference Include="Abp.Web, Version=3.2.3.0, Culture=neutral, processorArchitecture=MSIL">
45-
<HintPath>..\packages\Abp.Web.3.2.3\lib\net461\Abp.Web.dll</HintPath>
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>
4646
</Reference>
47-
<Reference Include="Abp.Web.Api, Version=3.2.3.0, Culture=neutral, processorArchitecture=MSIL">
48-
<HintPath>..\packages\Abp.Web.Api.3.2.3\lib\net461\Abp.Web.Api.dll</HintPath>
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>
4949
</Reference>
50-
<Reference Include="Abp.Web.Common, Version=3.2.3.0, Culture=neutral, processorArchitecture=MSIL">
51-
<HintPath>..\packages\Abp.Web.Common.3.2.3\lib\netstandard2.0\Abp.Web.Common.dll</HintPath>
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>
5252
</Reference>
53-
<Reference Include="Abp.Zero, Version=3.2.3.0, Culture=neutral, processorArchitecture=MSIL">
54-
<HintPath>..\packages\Abp.Zero.3.2.3\lib\net461\Abp.Zero.dll</HintPath>
53+
<Reference Include="Abp.Zero, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
54+
<HintPath>..\packages\Abp.Zero.3.2.4\lib\net461\Abp.Zero.dll</HintPath>
5555
</Reference>
56-
<Reference Include="Abp.Zero.Common, Version=3.2.3.0, Culture=neutral, processorArchitecture=MSIL">
57-
<HintPath>..\packages\Abp.Zero.Common.3.2.3\lib\netstandard2.0\Abp.Zero.Common.dll</HintPath>
56+
<Reference Include="Abp.Zero.Common, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
57+
<HintPath>..\packages\Abp.Zero.Common.3.2.4\lib\netstandard2.0\Abp.Zero.Common.dll</HintPath>
5858
</Reference>
5959
<Reference Include="AutoMapper, Version=6.2.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
6060
<HintPath>..\packages\AutoMapper.6.2.1\lib\net45\AutoMapper.dll</HintPath>

src/AbpCompanyName.AbpProjectName.WebApi/packages.config

Lines changed: 7 additions & 7 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="3.2.3" targetFramework="net461" />
4-
<package id="Abp.AutoMapper" version="3.2.3" targetFramework="net461" />
5-
<package id="Abp.Web" version="3.2.3" targetFramework="net461" />
6-
<package id="Abp.Web.Api" version="3.2.3" targetFramework="net461" />
7-
<package id="Abp.Web.Common" version="3.2.3" targetFramework="net461" />
8-
<package id="Abp.Zero" version="3.2.3" targetFramework="net461" />
9-
<package id="Abp.Zero.Common" version="3.2.3" targetFramework="net461" />
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" />
8+
<package id="Abp.Zero" version="3.2.4" targetFramework="net461" />
9+
<package id="Abp.Zero.Common" version="3.2.4" targetFramework="net461" />
1010
<package id="AutoMapper" version="6.2.1" targetFramework="net461" />
1111
<package id="Castle.Core" version="4.2.1" targetFramework="net461" />
1212
<package id="Castle.LoggingFacility" version="4.1.0" targetFramework="net461" />

src/AbpCompanyName.AbpProjectName.WebMpa/AbpCompanyName.AbpProjectName.WebMpa.csproj

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -47,50 +47,50 @@
4747
<WarningLevel>4</WarningLevel>
4848
</PropertyGroup>
4949
<ItemGroup>
50-
<Reference Include="Abp, Version=3.2.3.0, Culture=neutral, processorArchitecture=MSIL">
51-
<HintPath>..\packages\Abp.3.2.3\lib\netstandard2.0\Abp.dll</HintPath>
50+
<Reference Include="Abp, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
51+
<HintPath>..\packages\Abp.3.2.4\lib\netstandard2.0\Abp.dll</HintPath>
5252
</Reference>
53-
<Reference Include="Abp.AutoMapper, Version=3.2.3.0, Culture=neutral, processorArchitecture=MSIL">
54-
<HintPath>..\packages\Abp.AutoMapper.3.2.3\lib\netstandard2.0\Abp.AutoMapper.dll</HintPath>
53+
<Reference Include="Abp.AutoMapper, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
54+
<HintPath>..\packages\Abp.AutoMapper.3.2.4\lib\netstandard2.0\Abp.AutoMapper.dll</HintPath>
5555
</Reference>
56-
<Reference Include="Abp.Castle.Log4Net, Version=3.2.3.0, Culture=neutral, processorArchitecture=MSIL">
57-
<HintPath>..\packages\Abp.Castle.Log4Net.3.2.3\lib\netstandard2.0\Abp.Castle.Log4Net.dll</HintPath>
56+
<Reference Include="Abp.Castle.Log4Net, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
57+
<HintPath>..\packages\Abp.Castle.Log4Net.3.2.4\lib\netstandard2.0\Abp.Castle.Log4Net.dll</HintPath>
5858
</Reference>
59-
<Reference Include="Abp.EntityFramework, Version=3.2.3.0, Culture=neutral, processorArchitecture=MSIL">
60-
<HintPath>..\packages\Abp.EntityFramework.3.2.3\lib\net461\Abp.EntityFramework.dll</HintPath>
59+
<Reference Include="Abp.EntityFramework, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
60+
<HintPath>..\packages\Abp.EntityFramework.3.2.4\lib\net461\Abp.EntityFramework.dll</HintPath>
6161
</Reference>
62-
<Reference Include="Abp.EntityFramework.Common, Version=3.2.3.0, Culture=neutral, processorArchitecture=MSIL">
63-
<HintPath>..\packages\Abp.EntityFramework.Common.3.2.3\lib\netstandard2.0\Abp.EntityFramework.Common.dll</HintPath>
62+
<Reference Include="Abp.EntityFramework.Common, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
63+
<HintPath>..\packages\Abp.EntityFramework.Common.3.2.4\lib\netstandard2.0\Abp.EntityFramework.Common.dll</HintPath>
6464
</Reference>
65-
<Reference Include="Abp.HangFire, Version=3.2.3.0, Culture=neutral, processorArchitecture=MSIL">
66-
<HintPath>..\packages\Abp.HangFire.3.2.3\lib\netstandard2.0\Abp.HangFire.dll</HintPath>
65+
<Reference Include="Abp.HangFire, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
66+
<HintPath>..\packages\Abp.HangFire.3.2.4\lib\netstandard2.0\Abp.HangFire.dll</HintPath>
6767
</Reference>
68-
<Reference Include="Abp.Owin, Version=3.2.3.0, Culture=neutral, processorArchitecture=MSIL">
69-
<HintPath>..\packages\Abp.Owin.3.2.3\lib\net461\Abp.Owin.dll</HintPath>
68+
<Reference Include="Abp.Owin, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
69+
<HintPath>..\packages\Abp.Owin.3.2.4\lib\net461\Abp.Owin.dll</HintPath>
7070
</Reference>
71-
<Reference Include="Abp.Web, Version=3.2.3.0, Culture=neutral, processorArchitecture=MSIL">
72-
<HintPath>..\packages\Abp.Web.3.2.3\lib\net461\Abp.Web.dll</HintPath>
71+
<Reference Include="Abp.Web, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
72+
<HintPath>..\packages\Abp.Web.3.2.4\lib\net461\Abp.Web.dll</HintPath>
7373
</Reference>
74-
<Reference Include="Abp.Web.Api, Version=3.2.3.0, Culture=neutral, processorArchitecture=MSIL">
75-
<HintPath>..\packages\Abp.Web.Api.3.2.3\lib\net461\Abp.Web.Api.dll</HintPath>
74+
<Reference Include="Abp.Web.Api, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
75+
<HintPath>..\packages\Abp.Web.Api.3.2.4\lib\net461\Abp.Web.Api.dll</HintPath>
7676
</Reference>
77-
<Reference Include="Abp.Web.Common, Version=3.2.3.0, Culture=neutral, processorArchitecture=MSIL">
78-
<HintPath>..\packages\Abp.Web.Common.3.2.3\lib\netstandard2.0\Abp.Web.Common.dll</HintPath>
77+
<Reference Include="Abp.Web.Common, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
78+
<HintPath>..\packages\Abp.Web.Common.3.2.4\lib\netstandard2.0\Abp.Web.Common.dll</HintPath>
7979
</Reference>
80-
<Reference Include="Abp.Web.Mvc, Version=3.2.3.0, Culture=neutral, processorArchitecture=MSIL">
81-
<HintPath>..\packages\Abp.Web.Mvc.3.2.3\lib\net461\Abp.Web.Mvc.dll</HintPath>
80+
<Reference Include="Abp.Web.Mvc, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
81+
<HintPath>..\packages\Abp.Web.Mvc.3.2.4\lib\net461\Abp.Web.Mvc.dll</HintPath>
8282
</Reference>
83-
<Reference Include="Abp.Web.SignalR, Version=3.2.3.0, Culture=neutral, processorArchitecture=MSIL">
84-
<HintPath>..\packages\Abp.Web.SignalR.3.2.3\lib\net461\Abp.Web.SignalR.dll</HintPath>
83+
<Reference Include="Abp.Web.SignalR, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
84+
<HintPath>..\packages\Abp.Web.SignalR.3.2.4\lib\net461\Abp.Web.SignalR.dll</HintPath>
8585
</Reference>
86-
<Reference Include="Abp.Zero, Version=3.2.3.0, Culture=neutral, processorArchitecture=MSIL">
87-
<HintPath>..\packages\Abp.Zero.3.2.3\lib\net461\Abp.Zero.dll</HintPath>
86+
<Reference Include="Abp.Zero, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
87+
<HintPath>..\packages\Abp.Zero.3.2.4\lib\net461\Abp.Zero.dll</HintPath>
8888
</Reference>
89-
<Reference Include="Abp.Zero.Common, Version=3.2.3.0, Culture=neutral, processorArchitecture=MSIL">
90-
<HintPath>..\packages\Abp.Zero.Common.3.2.3\lib\netstandard2.0\Abp.Zero.Common.dll</HintPath>
89+
<Reference Include="Abp.Zero.Common, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
90+
<HintPath>..\packages\Abp.Zero.Common.3.2.4\lib\netstandard2.0\Abp.Zero.Common.dll</HintPath>
9191
</Reference>
92-
<Reference Include="Abp.Zero.EntityFramework, Version=3.2.3.0, Culture=neutral, processorArchitecture=MSIL">
93-
<HintPath>..\packages\Abp.Zero.EntityFramework.3.2.3\lib\net461\Abp.Zero.EntityFramework.dll</HintPath>
92+
<Reference Include="Abp.Zero.EntityFramework, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
93+
<HintPath>..\packages\Abp.Zero.EntityFramework.3.2.4\lib\net461\Abp.Zero.EntityFramework.dll</HintPath>
9494
</Reference>
9595
<Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
9696
<SpecificVersion>False</SpecificVersion>

0 commit comments

Comments
 (0)