Skip to content

Commit

Permalink
Depend on Npgsql 3.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Sep 23, 2016
1 parent f4ba879 commit 6e9d764
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"Microsoft.Extensions.DependencyInjection": "1.0.0",
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0",
"Npgsql.EntityFrameworkCore.PostgreSQL": "1.0.2-*",
"Npgsql": "3.1.5"
"Npgsql": "3.1.8"
},
"frameworks": {
"net451": {},
Expand Down
2 changes: 1 addition & 1 deletion src/Npgsql.EntityFrameworkCore.PostgreSQL/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"Microsoft.EntityFrameworkCore.Relational": "1.0.1",
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0",
"Microsoft.Extensions.DependencyInjection": "1.0.0",
"Npgsql": "3.1.5"
"Npgsql": "3.1.8"
},
"frameworks": {
"net451": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"Microsoft.Extensions.Configuration.Json": "1.0.0",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0",
"Npgsql.EntityFrameworkCore.PostgreSQL": "1.0.2-*",
"Npgsql": "3.1.5"
"Npgsql": "3.1.8"
},
"publishOptions": {
"include": "**/*.sql",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Microsoft.EntityFrameworkCore.Relational": "1.0.1",
"Microsoft.EntityFrameworkCore.Relational.Specification.Tests": "1.0.1",
"Npgsql.EntityFrameworkCore.PostgreSQL": "1.0.2-*",
"Npgsql": "3.1.5"
"Npgsql": "3.1.8"
},
"testRunner": "xunit",
"frameworks": {
Expand Down

0 comments on commit 6e9d764

Please sign in to comment.