Skip to content

Commit

Permalink
resolved #12
Browse files Browse the repository at this point in the history
  • Loading branch information
ismcagdas committed Jan 27, 2017
1 parent 9233161 commit 4fb469e
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions src/AbpCompanyName.AbpProjectName.Application/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"Newtonsoft.Json": "9.0.1",
"Nito.AsyncEx": "3.0.1",
"AutoMapper": "5.2.0",
"Abp.Zero": "1.2.0",
"Abp.AutoMapper": "1.2.1",
"Abp.EntityFramework": "1.2.1",
"System.Collections.Immutable": "1.3.1"
"System.Collections.Immutable": "1.3.1",
"Abp.AutoMapper": "1.3.1",
"Abp.EntityFramework": "1.3.1",
"Abp.Zero": "1.3.1"
},

"frameworks": {
Expand Down
6 changes: 3 additions & 3 deletions src/AbpCompanyName.AbpProjectName.Core/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0",
"Microsoft.Extensions.Configuration.Json": "1.1.0",
"Microsoft.Extensions.Configuration.UserSecrets": "1.1.0",
"Abp.Zero": "1.2.0",
"Abp": "1.2.1",
"System.Collections.Immutable": "1.3.1"
"System.Collections.Immutable": "1.3.1",
"Abp": "1.3.1",
"Abp.Zero": "1.3.1"
},

"frameworks": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"type": "build",
"version": "1.0.8"
},
"Abp.Zero.EntityFramework": "1.2.0",
"Abp.EntityFramework": "1.2.1"
"Abp.EntityFramework": "1.3.1",
"Abp.Zero.EntityFramework": "1.3.1"
},

"tools": {
Expand Down
2 changes: 1 addition & 1 deletion src/AbpCompanyName.AbpProjectName.Migrator/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},

"dependencies": {
"Abp.Castle.Log4Net": "1.2.1",
"Abp.Castle.Log4Net": "1.3.1",
"AbpCompanyName.AbpProjectName.EntityFramework": "1.0.0.0-*"
},

Expand Down
12 changes: 6 additions & 6 deletions src/AbpCompanyName.AbpProjectName.Web/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"Microsoft.Extensions.Logging": "1.1.0",
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0",
"Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.1.0",
"Abp.AspNetCore": "1.2.1",
"Abp.Castle.Log4Net": "1.2.1",
"Abp.HangFire": "1.2.1",
"Abp.Owin": "1.2.1",
"Abp.RedisCache": "1.2.1",
"Abp.Web.SignalR": "1.2.1"
"Abp.AspNetCore": "1.3.1",
"Abp.HangFire": "1.3.1",
"Abp.Owin": "1.3.1",
"Abp.RedisCache": "1.3.1",
"Abp.Web.SignalR": "1.3.1",
"Abp.Castle.Log4Net": "1.3.1"
},

"tools": {
Expand Down
4 changes: 2 additions & 2 deletions test/AbpCompanyName.AbpProjectName.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Shouldly": "2.8.2",
"Effort.EF6": "1.3.0",
"Abp.TestBase": "1.2.1",
"xunit": "2.2.0-beta4-build3444",
"xunit.extensibility.execution": "2.2.0-beta4-build3444",
"xunit.runner.visualstudio": "2.2.0-beta4-build1194"
"xunit.runner.visualstudio": "2.2.0-beta4-build1194",
"Abp.TestBase": "1.3.1"
},

"frameworks": {
Expand Down

0 comments on commit 4fb469e

Please sign in to comment.