File tree Expand file tree Collapse file tree 6 files changed +18
-19
lines changed
AbpCompanyName.AbpProjectName.Application
AbpCompanyName.AbpProjectName.Core
AbpCompanyName.AbpProjectName.EntityFramework
AbpCompanyName.AbpProjectName.Migrator
AbpCompanyName.AbpProjectName.Web
test/AbpCompanyName.AbpProjectName.Tests Expand file tree Collapse file tree 6 files changed +18
-19
lines changed Original file line number Diff line number Diff line change 3
3
4
4
"dependencies" : {
5
5
"AbpCompanyName.AbpProjectName.Core" : " 1.0.0.0-*" ,
6
- "Abp.EntityFrameworkCore" : " 0.11.3" ,
7
- "Abp.AutoMapper" : " 0.11.3" ,
8
- "Abp.Zero" : " 0.11.2" ,
9
6
"AutoMapper" : " 5.1.1" ,
10
7
"Castle.Core" : " 3.3.3" ,
11
8
"Castle.LoggingFacility" : " 3.3.0" ,
12
9
"Castle.Windsor" : " 3.3.0" ,
13
10
"Microsoft.AspNet.Identity.Core" : " 2.2.1" ,
14
11
"Newtonsoft.Json" : " 9.0.1" ,
15
12
"Nito.AsyncEx" : " 3.0.1" ,
16
- "System.Collections.Immutable" : " 1.2.0"
13
+ "System.Collections.Immutable" : " 1.2.0" ,
14
+ "Abp.AutoMapper" : " 0.12.0" ,
15
+ "Abp.EntityFrameworkCore" : " 0.12.0" ,
16
+ "Abp.Zero" : " 0.12.0"
17
17
},
18
18
19
19
"frameworks" : {
Original file line number Diff line number Diff line change 2
2
"version" : " 1.0.0.0-*" ,
3
3
4
4
"dependencies" : {
5
- "Abp" : " 0.11.3" ,
6
- "Abp.Zero" : " 0.11.2" ,
7
5
"Castle.Core" : " 3.3.3" ,
8
6
"Castle.LoggingFacility" : " 3.3.0" ,
9
7
"Castle.Windsor" : " 3.3.0" ,
13
11
"System.Collections.Immutable" : " 1.2.0" ,
14
12
"Microsoft.Extensions.Configuration.EnvironmentVariables" : " 1.0.0" ,
15
13
"Microsoft.Extensions.Configuration.Json" : " 1.0.0" ,
16
- "Microsoft.Extensions.Configuration.UserSecrets" : " 1.0.0"
14
+ "Microsoft.Extensions.Configuration.UserSecrets" : " 1.0.0" ,
15
+ "Abp" : " 0.12.0" ,
16
+ "Abp.Zero" : " 0.12.0"
17
17
},
18
18
19
19
"frameworks" : {
Original file line number Diff line number Diff line change 7
7
"version" : " 1.0.0" ,
8
8
"type" : " build"
9
9
},
10
- "Abp.Zero.EntityFramework" : " 0.11.2" ,
11
- "Abp.EntityFramework" : " 0.11.3"
12
- },
10
+ "Abp.EntityFramework" : " 0.12.0" ,
11
+ "Abp.Zero.EntityFramework" : " 0.12.0" },
13
12
14
13
"tools" : {
15
14
"Migrator.EF6.Tools" : {
Original file line number Diff line number Diff line change 1
- {
1
+ {
2
2
"version" : " 1.0.0-*" ,
3
3
4
4
"buildOptions" : {
10
10
},
11
11
12
12
"dependencies" : {
13
- "Abp.Castle.Log4Net" : " 0.11.3 " ,
13
+ "Abp.Castle.Log4Net" : " 0.12.0 " ,
14
14
"AbpCompanyName.AbpProjectName.EntityFramework" : " 1.0.0.0-*"
15
15
},
16
16
Original file line number Diff line number Diff line change 32
32
"PaulMiami.AspNetCore.Mvc.Recaptcha" : " 1.1.0" ,
33
33
"Swashbuckle" : " 6.0.0-beta902" ,
34
34
"AspNet.Security.OpenIdConnect.Server" : " 1.0.0-beta6-final" ,
35
- "Abp.AspNetCore" : " 0.11.2 " ,
36
- "Abp.HangFire " : " 0.11.2 " ,
37
- "Abp.Owin " : " 0.11.2 " ,
38
- "Abp.RedisCache " : " 0.11.2 " ,
39
- "Abp.Web.SignalR " : " 0.11.2 " ,
40
- "Abp.Castle.Log4Net " : " 0.11.3 "
35
+ "Abp.AspNetCore" : " 0.12.0 " ,
36
+ "Abp.Castle.Log4Net " : " 0.12.0 " ,
37
+ "Abp.HangFire " : " 0.12.0 " ,
38
+ "Abp.Owin " : " 0.12.0 " ,
39
+ "Abp.RedisCache " : " 0.12.0 " ,
40
+ "Abp.Web.SignalR " : " 0.12.0 "
41
41
},
42
42
43
43
"tools" : {
Original file line number Diff line number Diff line change 13
13
"xunit.runner.visualstudio" : " 2.2.0-beta2-build1149" ,
14
14
"Effort.EF6" : " 1.1.5" ,
15
15
"Shouldly" : " 2.8.2" ,
16
- "Abp.TestBase" : " 0.11.3 "
16
+ "Abp.TestBase" : " 0.12.0 "
17
17
},
18
18
19
19
"frameworks" : {
You can’t perform that action at this time.
0 commit comments