Skip to content

Commit

Permalink
Remove build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
smitpatel committed Nov 10, 2016
1 parent 1145ef9 commit 7a548f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"Microsoft.EntityFrameworkCore.InMemory": "1.2.0-*",
"Microsoft.Extensions.RuntimeEnvironment.Sources": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "build"
},
"NETStandard.Library": "1.6.1-*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.EntityFrameworkCore.Design": "1.2.0-*",
"Microsoft.EntityFrameworkCore.Design": {
"target": "project"
},
"Microsoft.EntityFrameworkCore.Relational.Design.Specification.Tests": "1.2.0-*",
"Microsoft.EntityFrameworkCore.SqlServer": "1.2.0-*"
},
Expand Down

0 comments on commit 7a548f4

Please sign in to comment.