Skip to content

Commit d9fabb4

Browse files
committed
Upgraded to ABP 0.12.0.2
1 parent 115810d commit d9fabb4

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

src/AbpCompanyName.AbpProjectName.Application/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"Nito.AsyncEx": "3.0.1",
1313
"System.Collections.Immutable": "1.2.0",
1414
"Abp.AutoMapper": "0.12.0",
15-
"Abp.EntityFrameworkCore": "0.12.0",
15+
"Abp.EntityFramework": "0.12.0",
1616
"Abp.Zero": "0.12.0"
1717
},
1818

src/AbpCompanyName.AbpProjectName.Core/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0",
1313
"Microsoft.Extensions.Configuration.Json": "1.0.0",
1414
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0",
15-
"Abp": "0.12.0",
15+
"Abp": "0.12.0.2",
1616
"Abp.Zero": "0.12.0"
1717
},
1818

src/AbpCompanyName.AbpProjectName.EntityFramework/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"type": "build"
99
},
1010
"Abp.EntityFramework": "0.12.0",
11-
"Abp.Zero.EntityFramework": "0.12.0" },
11+
"Abp.Zero.EntityFramework": "0.12.0"
12+
},
1213

1314
"tools": {
1415
"Migrator.EF6.Tools": {

src/AbpCompanyName.AbpProjectName.Web/project.json

Lines changed: 2 additions & 2 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.12.0.1",
3536
"Abp.Castle.Log4Net": "0.12.0",
3637
"Abp.HangFire": "0.12.0",
3738
"Abp.Owin": "0.12.0",
3839
"Abp.RedisCache": "0.12.0",
39-
"Abp.Web.SignalR": "0.12.0",
40-
"Abp.AspNetCore": "0.12.0.1"
40+
"Abp.Web.SignalR": "0.12.0"
4141
},
4242

4343
"tools": {

0 commit comments

Comments
 (0)