Skip to content

Commit 14ffb02

Browse files
author
alirizaadiyahsi
authored
Merge pull request #155 from aspnetboilerplate/upgrade-abp-42
Upgrade abp 42
2 parents 5c90930 + 686bdc5 commit 14ffb02

File tree

26 files changed

+534
-292
lines changed

26 files changed

+534
-292
lines changed

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

Lines changed: 12 additions & 12 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=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
39-
<HintPath>..\packages\Abp.4.1.0\lib\netstandard2.0\Abp.dll</HintPath>
38+
<Reference Include="Abp, Version=4.2.0.0, Culture=neutral, processorArchitecture=MSIL">
39+
<HintPath>..\packages\Abp.4.2.0\lib\netstandard2.0\Abp.dll</HintPath>
4040
</Reference>
41-
<Reference Include="Abp.AutoMapper, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
42-
<HintPath>..\packages\Abp.AutoMapper.4.1.0\lib\netstandard2.0\Abp.AutoMapper.dll</HintPath>
41+
<Reference Include="Abp.AutoMapper, Version=4.2.0.0, Culture=neutral, processorArchitecture=MSIL">
42+
<HintPath>..\packages\Abp.AutoMapper.4.2.0\lib\netstandard2.0\Abp.AutoMapper.dll</HintPath>
4343
</Reference>
44-
<Reference Include="Abp.Zero, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
45-
<HintPath>..\packages\Abp.Zero.4.1.0\lib\net461\Abp.Zero.dll</HintPath>
44+
<Reference Include="Abp.Zero, Version=4.2.0.0, Culture=neutral, processorArchitecture=MSIL">
45+
<HintPath>..\packages\Abp.Zero.4.2.0\lib\net461\Abp.Zero.dll</HintPath>
4646
</Reference>
47-
<Reference Include="Abp.Zero.Common, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
48-
<HintPath>..\packages\Abp.Zero.Common.4.1.0\lib\netstandard2.0\Abp.Zero.Common.dll</HintPath>
47+
<Reference Include="Abp.Zero.Common, Version=4.2.0.0, Culture=neutral, processorArchitecture=MSIL">
48+
<HintPath>..\packages\Abp.Zero.Common.4.2.0\lib\netstandard2.0\Abp.Zero.Common.dll</HintPath>
4949
</Reference>
5050
<Reference Include="AutoMapper, Version=8.0.0.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
5151
<HintPath>..\packages\AutoMapper.8.0.0\lib\net461\AutoMapper.dll</HintPath>
@@ -62,8 +62,8 @@
6262
<Reference Include="Castle.Windsor, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
6363
<HintPath>..\packages\Castle.Windsor.4.1.1\lib\net45\Castle.Windsor.dll</HintPath>
6464
</Reference>
65-
<Reference Include="JetBrains.Annotations, Version=2018.2.1.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
66-
<HintPath>..\packages\JetBrains.Annotations.2018.2.1\lib\net20\JetBrains.Annotations.dll</HintPath>
65+
<Reference Include="JetBrains.Annotations, Version=2018.3.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
66+
<HintPath>..\packages\JetBrains.Annotations.2018.3.0\lib\net20\JetBrains.Annotations.dll</HintPath>
6767
</Reference>
6868
<Reference Include="Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6969
<HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.2.2\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
@@ -142,8 +142,8 @@
142142
<Reference Include="System.Data.OracleClient" />
143143
<Reference Include="System.Drawing" />
144144
<Reference Include="System.IO.Compression.FileSystem" />
145-
<Reference Include="System.Linq.Dynamic.Core, Version=1.0.9.1, Culture=neutral, PublicKeyToken=0f07ec44de6ac832, processorArchitecture=MSIL">
146-
<HintPath>..\packages\System.Linq.Dynamic.Core.1.0.9.1\lib\net46\System.Linq.Dynamic.Core.dll</HintPath>
145+
<Reference Include="System.Linq.Dynamic.Core, Version=1.0.10.0, Culture=neutral, PublicKeyToken=0f07ec44de6ac832, processorArchitecture=MSIL">
146+
<HintPath>..\packages\System.Linq.Dynamic.Core.1.0.10\lib\net46\System.Linq.Dynamic.Core.dll</HintPath>
147147
</Reference>
148148
<Reference Include="System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
149149
<HintPath>..\packages\System.Memory.4.5.1\lib\netstandard2.0\System.Memory.dll</HintPath>

src/AbpCompanyName.AbpProjectName.Application/packages.config

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Abp" version="4.1.0" targetFramework="net461" />
4-
<package id="Abp.AutoMapper" version="4.1.0" targetFramework="net461" />
5-
<package id="Abp.Zero" version="4.1.0" targetFramework="net461" />
6-
<package id="Abp.Zero.Common" version="4.1.0" targetFramework="net461" />
3+
<package id="Abp" version="4.2.0" targetFramework="net461" />
4+
<package id="Abp.AutoMapper" version="4.2.0" targetFramework="net461" />
5+
<package id="Abp.Zero" version="4.2.0" targetFramework="net461" />
6+
<package id="Abp.Zero.Common" version="4.2.0" targetFramework="net461" />
77
<package id="AutoMapper" version="8.0.0" targetFramework="net461" />
88
<package id="AutoMapper.Collection" version="5.0.0" targetFramework="net461" />
99
<package id="Castle.Core" version="4.3.1" targetFramework="net461" />
1010
<package id="Castle.LoggingFacility" version="4.1.1" targetFramework="net461" />
1111
<package id="Castle.Windsor" version="4.1.1" targetFramework="net461" />
12-
<package id="JetBrains.Annotations" version="2018.2.1" targetFramework="net461" />
12+
<package id="JetBrains.Annotations" version="2018.3.0" targetFramework="net461" />
1313
<package id="Microsoft.AspNet.Identity.Core" version="2.2.2" targetFramework="net461" />
1414
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="net461" />
1515
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net461" />
@@ -31,7 +31,7 @@
3131
<package id="System.ComponentModel.Annotations" version="4.5.0" targetFramework="net461" />
3232
<package id="System.Configuration.ConfigurationManager" version="4.5.0" targetFramework="net461" />
3333
<package id="System.Data.Common" version="4.3.0" targetFramework="net461" />
34-
<package id="System.Linq.Dynamic.Core" version="1.0.9.1" targetFramework="net461" />
34+
<package id="System.Linq.Dynamic.Core" version="1.0.10" targetFramework="net461" />
3535
<package id="System.Linq.Queryable" version="4.3.0" targetFramework="net461" />
3636
<package id="System.Memory" version="4.5.1" targetFramework="net461" />
3737
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net461" />

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

Lines changed: 10 additions & 10 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=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
39-
<HintPath>..\packages\Abp.4.1.0\lib\netstandard2.0\Abp.dll</HintPath>
38+
<Reference Include="Abp, Version=4.2.0.0, Culture=neutral, processorArchitecture=MSIL">
39+
<HintPath>..\packages\Abp.4.2.0\lib\netstandard2.0\Abp.dll</HintPath>
4040
</Reference>
41-
<Reference Include="Abp.Zero, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
42-
<HintPath>..\packages\Abp.Zero.4.1.0\lib\net461\Abp.Zero.dll</HintPath>
41+
<Reference Include="Abp.Zero, Version=4.2.0.0, Culture=neutral, processorArchitecture=MSIL">
42+
<HintPath>..\packages\Abp.Zero.4.2.0\lib\net461\Abp.Zero.dll</HintPath>
4343
</Reference>
44-
<Reference Include="Abp.Zero.Common, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
45-
<HintPath>..\packages\Abp.Zero.Common.4.1.0\lib\netstandard2.0\Abp.Zero.Common.dll</HintPath>
44+
<Reference Include="Abp.Zero.Common, Version=4.2.0.0, Culture=neutral, processorArchitecture=MSIL">
45+
<HintPath>..\packages\Abp.Zero.Common.4.2.0\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.3.1\lib\net45\Castle.Core.dll</HintPath>
@@ -53,8 +53,8 @@
5353
<Reference Include="Castle.Windsor, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
5454
<HintPath>..\packages\Castle.Windsor.4.1.1\lib\net45\Castle.Windsor.dll</HintPath>
5555
</Reference>
56-
<Reference Include="JetBrains.Annotations, Version=2018.2.1.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
57-
<HintPath>..\packages\JetBrains.Annotations.2018.2.1\lib\net20\JetBrains.Annotations.dll</HintPath>
56+
<Reference Include="JetBrains.Annotations, Version=2018.3.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
57+
<HintPath>..\packages\JetBrains.Annotations.2018.3.0\lib\net20\JetBrains.Annotations.dll</HintPath>
5858
</Reference>
5959
<Reference Include="Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6060
<HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.2.2\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
@@ -133,8 +133,8 @@
133133
<Reference Include="System.Data.OracleClient" />
134134
<Reference Include="System.Drawing" />
135135
<Reference Include="System.IO.Compression.FileSystem" />
136-
<Reference Include="System.Linq.Dynamic.Core, Version=1.0.9.1, Culture=neutral, PublicKeyToken=0f07ec44de6ac832, processorArchitecture=MSIL">
137-
<HintPath>..\packages\System.Linq.Dynamic.Core.1.0.9.1\lib\net46\System.Linq.Dynamic.Core.dll</HintPath>
136+
<Reference Include="System.Linq.Dynamic.Core, Version=1.0.10.0, Culture=neutral, PublicKeyToken=0f07ec44de6ac832, processorArchitecture=MSIL">
137+
<HintPath>..\packages\System.Linq.Dynamic.Core.1.0.10\lib\net46\System.Linq.Dynamic.Core.dll</HintPath>
138138
</Reference>
139139
<Reference Include="System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
140140
<HintPath>..\packages\System.Memory.4.5.1\lib\netstandard2.0\System.Memory.dll</HintPath>

src/AbpCompanyName.AbpProjectName.Core/Authorization/Users/User.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ public static User CreateTenantAdminUser(int tenantId, string emailAddress, stri
2626
Password = new PasswordHasher().HashPassword(password)
2727
};
2828

29+
user.SetNormalizedNames();
30+
2931
return user;
3032
}
3133
}

src/AbpCompanyName.AbpProjectName.Core/Authorization/Users/UserStore.cs

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using Abp.Authorization.Users;
22
using Abp.Domain.Repositories;
33
using Abp.Domain.Uow;
4+
using Abp.Organizations;
45
using AbpCompanyName.AbpProjectName.Authorization.Roles;
56

67
namespace AbpCompanyName.AbpProjectName.Authorization.Users
@@ -14,15 +15,19 @@ public UserStore(
1415
IRepository<Role> roleRepository,
1516
IRepository<UserPermissionSetting, long> userPermissionSettingRepository,
1617
IUnitOfWorkManager unitOfWorkManager,
17-
IRepository<UserClaim, long> userClaimStore)
18+
IRepository<UserClaim, long> userClaimStore,
19+
IRepository<UserOrganizationUnit, long> userOrganizationUnitRepository,
20+
IRepository<OrganizationUnitRole, long> organizationUnitRoleRepository)
1821
: base(
19-
userRepository,
20-
userLoginRepository,
21-
userRoleRepository,
22-
roleRepository,
23-
userPermissionSettingRepository,
24-
unitOfWorkManager,
25-
userClaimStore)
22+
userRepository,
23+
userLoginRepository,
24+
userRoleRepository,
25+
roleRepository,
26+
userPermissionSettingRepository,
27+
unitOfWorkManager,
28+
userClaimStore,
29+
userOrganizationUnitRepository,
30+
organizationUnitRoleRepository)
2631
{
2732
}
2833
}

src/AbpCompanyName.AbpProjectName.Core/packages.config

Lines changed: 5 additions & 5 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="4.1.0" targetFramework="net461" />
4-
<package id="Abp.Zero" version="4.1.0" targetFramework="net461" />
5-
<package id="Abp.Zero.Common" version="4.1.0" targetFramework="net461" />
3+
<package id="Abp" version="4.2.0" targetFramework="net461" />
4+
<package id="Abp.Zero" version="4.2.0" targetFramework="net461" />
5+
<package id="Abp.Zero.Common" version="4.2.0" targetFramework="net461" />
66
<package id="Castle.Core" version="4.3.1" targetFramework="net461" />
77
<package id="Castle.LoggingFacility" version="4.1.1" targetFramework="net461" />
88
<package id="Castle.Windsor" version="4.1.1" targetFramework="net461" />
9-
<package id="JetBrains.Annotations" version="2018.2.1" targetFramework="net461" />
9+
<package id="JetBrains.Annotations" version="2018.3.0" targetFramework="net461" />
1010
<package id="Microsoft.AspNet.Identity.Core" version="2.2.2" targetFramework="net461" />
1111
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="net461" />
1212
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net461" />
@@ -28,7 +28,7 @@
2828
<package id="System.ComponentModel.Annotations" version="4.5.0" targetFramework="net461" />
2929
<package id="System.Configuration.ConfigurationManager" version="4.5.0" targetFramework="net461" />
3030
<package id="System.Data.Common" version="4.3.0" targetFramework="net461" />
31-
<package id="System.Linq.Dynamic.Core" version="1.0.9.1" targetFramework="net461" />
31+
<package id="System.Linq.Dynamic.Core" version="1.0.10" targetFramework="net461" />
3232
<package id="System.Linq.Queryable" version="4.3.0" targetFramework="net461" />
3333
<package id="System.Memory" version="4.5.1" targetFramework="net461" />
3434
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net461" />

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

Lines changed: 23 additions & 16 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=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
39-
<HintPath>..\packages\Abp.4.1.0\lib\netstandard2.0\Abp.dll</HintPath>
38+
<Reference Include="Abp, Version=4.2.0.0, Culture=neutral, processorArchitecture=MSIL">
39+
<HintPath>..\packages\Abp.4.2.0\lib\netstandard2.0\Abp.dll</HintPath>
4040
</Reference>
41-
<Reference Include="Abp.EntityFramework, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
42-
<HintPath>..\packages\Abp.EntityFramework.4.1.0\lib\net461\Abp.EntityFramework.dll</HintPath>
41+
<Reference Include="Abp.EntityFramework, Version=4.2.0.0, Culture=neutral, processorArchitecture=MSIL">
42+
<HintPath>..\packages\Abp.EntityFramework.4.2.0\lib\net461\Abp.EntityFramework.dll</HintPath>
4343
</Reference>
44-
<Reference Include="Abp.EntityFramework.Common, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
45-
<HintPath>..\packages\Abp.EntityFramework.Common.4.1.0\lib\netstandard2.0\Abp.EntityFramework.Common.dll</HintPath>
44+
<Reference Include="Abp.EntityFramework.Common, Version=4.2.0.0, Culture=neutral, processorArchitecture=MSIL">
45+
<HintPath>..\packages\Abp.EntityFramework.Common.4.2.0\lib\netstandard2.0\Abp.EntityFramework.Common.dll</HintPath>
4646
</Reference>
47-
<Reference Include="Abp.Zero, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
48-
<HintPath>..\packages\Abp.Zero.4.1.0\lib\net461\Abp.Zero.dll</HintPath>
47+
<Reference Include="Abp.Zero, Version=4.2.0.0, Culture=neutral, processorArchitecture=MSIL">
48+
<HintPath>..\packages\Abp.Zero.4.2.0\lib\net461\Abp.Zero.dll</HintPath>
4949
</Reference>
50-
<Reference Include="Abp.Zero.Common, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
51-
<HintPath>..\packages\Abp.Zero.Common.4.1.0\lib\netstandard2.0\Abp.Zero.Common.dll</HintPath>
50+
<Reference Include="Abp.Zero.Common, Version=4.2.0.0, Culture=neutral, processorArchitecture=MSIL">
51+
<HintPath>..\packages\Abp.Zero.Common.4.2.0\lib\netstandard2.0\Abp.Zero.Common.dll</HintPath>
5252
</Reference>
53-
<Reference Include="Abp.Zero.EntityFramework, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
54-
<HintPath>..\packages\Abp.Zero.EntityFramework.4.1.0\lib\net461\Abp.Zero.EntityFramework.dll</HintPath>
53+
<Reference Include="Abp.Zero.EntityFramework, Version=4.2.0.0, Culture=neutral, processorArchitecture=MSIL">
54+
<HintPath>..\packages\Abp.Zero.EntityFramework.4.2.0\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.3.1\lib\net45\Castle.Core.dll</HintPath>
@@ -71,8 +71,8 @@
7171
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
7272
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
7373
</Reference>
74-
<Reference Include="JetBrains.Annotations, Version=2018.2.1.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
75-
<HintPath>..\packages\JetBrains.Annotations.2018.2.1\lib\net20\JetBrains.Annotations.dll</HintPath>
74+
<Reference Include="JetBrains.Annotations, Version=2018.3.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
75+
<HintPath>..\packages\JetBrains.Annotations.2018.3.0\lib\net20\JetBrains.Annotations.dll</HintPath>
7676
</Reference>
7777
<Reference Include="Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
7878
<HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.2.2\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
@@ -151,8 +151,8 @@
151151
<Reference Include="System.Data.OracleClient" />
152152
<Reference Include="System.Drawing" />
153153
<Reference Include="System.IO.Compression.FileSystem" />
154-
<Reference Include="System.Linq.Dynamic.Core, Version=1.0.9.1, Culture=neutral, PublicKeyToken=0f07ec44de6ac832, processorArchitecture=MSIL">
155-
<HintPath>..\packages\System.Linq.Dynamic.Core.1.0.9.1\lib\net46\System.Linq.Dynamic.Core.dll</HintPath>
154+
<Reference Include="System.Linq.Dynamic.Core, Version=1.0.10.0, Culture=neutral, PublicKeyToken=0f07ec44de6ac832, processorArchitecture=MSIL">
155+
<HintPath>..\packages\System.Linq.Dynamic.Core.1.0.10\lib\net46\System.Linq.Dynamic.Core.dll</HintPath>
156156
</Reference>
157157
<Reference Include="System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
158158
<HintPath>..\packages\System.Memory.4.5.1\lib\netstandard2.0\System.Memory.dll</HintPath>
@@ -232,6 +232,10 @@
232232
<Compile Include="Migrations\201901110613114_Upgraded_To_ABP_v4_1_0.Designer.cs">
233233
<DependentUpon>201901110613114_Upgraded_To_ABP_v4_1_0.cs</DependentUpon>
234234
</Compile>
235+
<Compile Include="Migrations\201902080730036_Upgrade_ABP_To_4_2_0.cs" />
236+
<Compile Include="Migrations\201902080730036_Upgrade_ABP_To_4_2_0.Designer.cs">
237+
<DependentUpon>201902080730036_Upgrade_ABP_To_4_2_0.cs</DependentUpon>
238+
</Compile>
235239
<Compile Include="Migrations\AbpZeroDbMigrator.cs" />
236240
<Compile Include="Migrations\Configuration.cs" />
237241
<Compile Include="Migrations\SeedData\DefaultEditionsCreator.cs" />
@@ -263,6 +267,9 @@
263267
<EmbeddedResource Include="Migrations\201901110613114_Upgraded_To_ABP_v4_1_0.resx">
264268
<DependentUpon>201901110613114_Upgraded_To_ABP_v4_1_0.cs</DependentUpon>
265269
</EmbeddedResource>
270+
<EmbeddedResource Include="Migrations\201902080730036_Upgrade_ABP_To_4_2_0.resx">
271+
<DependentUpon>201902080730036_Upgrade_ABP_To_4_2_0.cs</DependentUpon>
272+
</EmbeddedResource>
266273
</ItemGroup>
267274
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
268275
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />

src/AbpCompanyName.AbpProjectName.EntityFramework/Migrations/201902080730036_Upgrade_ABP_To_4_2_0.Designer.cs

Lines changed: 29 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)