Skip to content

Commit

Permalink
Always target the latest local project
Browse files Browse the repository at this point in the history
  • Loading branch information
LordMike committed Oct 27, 2016
1 parent 9542bb1 commit 9fc5a2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions TMDbLibTests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"testRunner": "xunit",

"dependencies": {
"xunit": "2.2.0-beta2-build3300",
"xunit": "2.2.0-beta3-build3402",
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"TMDbLib": "0.9.5.0-alpha"
"TMDbLib": "*"
},

"frameworks": {
Expand Down
2 changes: 1 addition & 1 deletion TestApplication/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"type": "platform",
"version": "1.0.0"
},
"TMDbLib": "0.9.5.0-alpha",
"TMDbLib": "*",
"Newtonsoft.Json": "9.0.1"
},

Expand Down

0 comments on commit 9fc5a2f

Please sign in to comment.