Skip to content

Commit

Permalink
#15: fixed some package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ismcagdas committed Jan 31, 2017
1 parent b8cc155 commit 0bf1e13
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/AbpCompanyName.AbpProjectName.Core/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": "1.0.0.0-*",

"dependencies": {
"Abp": "1.2.0",
"Abp": "1.3.1",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0",
"Microsoft.Extensions.Configuration.Json": "1.1.0"
},
Expand Down
4 changes: 1 addition & 3 deletions src/AbpCompanyName.AbpProjectName.Web/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
"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.0",
"Abp.Castle.Log4Net": "1.2.0",


"Microsoft.VisualStudio.Web.CodeGeneration.Tools": {
"version": "1.1.0-preview4-final",
"type": "build"
Expand Down
2 changes: 1 addition & 1 deletion test/AbpCompanyName.AbpProjectName.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"Abp.TestBase": "1.3.1",
"NSubstitute": "2.0.0-rc",
"Castle.Windsor.MsDependencyInjection": "1.3.0",
"Microsoft.EntityFrameworkCore.InMemory": "1.1.0",
"Microsoft.EntityFrameworkCore.InMemory": "1.1.0"
},

"frameworks": {
Expand Down
2 changes: 1 addition & 1 deletion test/AbpCompanyName.AbpProjectName.Web.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"AbpCompanyName.AbpProjectName.Web": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.1.0",
"Abp.AspNetCore.TestBase": "1.3.1",
"AngleSharp": "0.9.9",
"AngleSharp": "0.9.9"
},

"frameworks": {
Expand Down

0 comments on commit 0bf1e13

Please sign in to comment.