Update reference to TMDbLib in Tests

This commit is contained in:
Michael Bisbjerg 2016-08-10 00:01:06 +02:00
parent 4ed9862f8d
commit 250e96a960
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
"dependencies": {
"xunit": "2.2.0-beta2-build3300",
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"TMDbLib": "0.9.1.1-alpha"
"TMDbLib": "0.9.5.0-alpha"
},
"frameworks": {

View File

@ -2480,7 +2480,7 @@
"lib/netstandard1.1/xunit.runner.utility.dotnet.dll": {}
}
},
"TMDbLib/0.9.2-alpha": {
"TMDbLib/0.9.5-alpha": {
"type": "project",
"framework": ".NETCoreApp,Version=v1.0",
"dependencies": {
@ -7476,7 +7476,7 @@
"xunit.runner.utility.nuspec"
]
},
"TMDbLib/0.9.2-alpha": {
"TMDbLib/0.9.5-alpha": {
"type": "project",
"path": "../TMDbLib/project.json",
"msbuildProject": "../TMDbLib/TMDbLib.xproj"
@ -7484,7 +7484,7 @@
},
"projectFileDependencyGroups": {
"": [
"TMDbLib >= 0.9.1.1-alpha",
"TMDbLib >= 0.9.5-alpha",
"dotnet-test-xunit >= 2.2.0-preview2-build1029",
"xunit >= 2.2.0-beta2-build3300"
],