Skip to content

Commit 7eccf63

Browse files
committed
Upgraded to ABP v0.12.
1 parent 1786c1f commit 7eccf63

File tree

6 files changed

+18
-19
lines changed

6 files changed

+18
-19
lines changed

src/AbpCompanyName.AbpProjectName.Application/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33

44
"dependencies": {
55
"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",
96
"AutoMapper": "5.1.1",
107
"Castle.Core": "3.3.3",
118
"Castle.LoggingFacility": "3.3.0",
129
"Castle.Windsor": "3.3.0",
1310
"Microsoft.AspNet.Identity.Core": "2.2.1",
1411
"Newtonsoft.Json": "9.0.1",
1512
"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"
1717
},
1818

1919
"frameworks": {

src/AbpCompanyName.AbpProjectName.Core/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
"version": "1.0.0.0-*",
33

44
"dependencies": {
5-
"Abp": "0.11.3",
6-
"Abp.Zero": "0.11.2",
75
"Castle.Core": "3.3.3",
86
"Castle.LoggingFacility": "3.3.0",
97
"Castle.Windsor": "3.3.0",
@@ -13,7 +11,9 @@
1311
"System.Collections.Immutable": "1.2.0",
1412
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0",
1513
"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"
1717
},
1818

1919
"frameworks": {

src/AbpCompanyName.AbpProjectName.EntityFramework/project.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
"version": "1.0.0",
88
"type": "build"
99
},
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" },
1312

1413
"tools": {
1514
"Migrator.EF6.Tools": {

src/AbpCompanyName.AbpProjectName.Migrator/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"version": "1.0.0-*",
33

44
"buildOptions": {
@@ -10,7 +10,7 @@
1010
},
1111

1212
"dependencies": {
13-
"Abp.Castle.Log4Net": "0.11.3",
13+
"Abp.Castle.Log4Net": "0.12.0",
1414
"AbpCompanyName.AbpProjectName.EntityFramework": "1.0.0.0-*"
1515
},
1616

src/AbpCompanyName.AbpProjectName.Web/project.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
"PaulMiami.AspNetCore.Mvc.Recaptcha": "1.1.0",
3333
"Swashbuckle": "6.0.0-beta902",
3434
"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"
4141
},
4242

4343
"tools": {

test/AbpCompanyName.AbpProjectName.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"xunit.runner.visualstudio": "2.2.0-beta2-build1149",
1414
"Effort.EF6": "1.1.5",
1515
"Shouldly": "2.8.2",
16-
"Abp.TestBase": "0.11.3"
16+
"Abp.TestBase": "0.12.0"
1717
},
1818

1919
"frameworks": {

0 commit comments

Comments
 (0)