Skip to content

Commit

Permalink
fixed project json dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkis117 committed Jan 25, 2017
1 parent 3bc996c commit 8977a16
Show file tree
Hide file tree
Showing 4 changed files with 564 additions and 614 deletions.
6 changes: 3 additions & 3 deletions src/GenericMvc.Test.Library/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"dependencies": {
"xunit": "2.1.0",
"NETStandard.Library": "1.6.1",
"Microsoft.AspNetCore.TestHost": "1.0.1",
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.2",
"Microsoft.EntityFrameworkCore.InMemory": "1.0.2",
"Microsoft.AspNetCore.TestHost": "1.1.0",
"Microsoft.EntityFrameworkCore.SqlServer": "1.1.0",
"Microsoft.EntityFrameworkCore.InMemory": "1.1.0",
"GenFu": "1.2.1",
"GenericMvc": { "target": "project" }
},
Expand Down
Loading

0 comments on commit 8977a16

Please sign in to comment.