From 1ce16afa2357839aa82ce9618a6a992606b39edb Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Mon, 24 Oct 2016 20:03:45 +0900 Subject: [PATCH] Update nuget package versions. --- .../osu.Desktop.VisualTests.csproj | 4 +-- osu.Game.Tests/osu.Game.Tests.csproj | 11 ++++---- osu.Game.Tests/packages.config | 8 +++--- osu.Game/osu.Game.csproj | 25 +++++++++++-------- osu.Game/packages.config | 25 ++++++++++--------- 5 files changed, 39 insertions(+), 34 deletions(-) diff --git a/osu.Desktop.VisualTests/osu.Desktop.VisualTests.csproj b/osu.Desktop.VisualTests/osu.Desktop.VisualTests.csproj index 08dab661aa..55de7cf39b 100644 --- a/osu.Desktop.VisualTests/osu.Desktop.VisualTests.csproj +++ b/osu.Desktop.VisualTests/osu.Desktop.VisualTests.csproj @@ -80,8 +80,8 @@ - - ..\packages\ppy.OpenTK.1.1.2225.3\lib\net20\OpenTK.dll + + ..\packages\ppy.OpenTK.2.0.50727.1337\lib\net20\OpenTK.dll True diff --git a/osu.Game.Tests/osu.Game.Tests.csproj b/osu.Game.Tests/osu.Game.Tests.csproj index 531e89230b..8a63fdea7a 100644 --- a/osu.Game.Tests/osu.Game.Tests.csproj +++ b/osu.Game.Tests/osu.Game.Tests.csproj @@ -27,12 +27,13 @@ false - - - $(SolutionDir)\packages\NUnit.2.6.4\lib\nunit.framework.dll + + ..\packages\NUnit.3.5.0\lib\net45\nunit.framework.dll + True - - $(SolutionDir)\packages\ppy.OpenTK.1.1.2225.3\lib\net20\OpenTK.dll + + ..\packages\ppy.OpenTK.2.0.50727.1337\lib\net20\OpenTK.dll + True diff --git a/osu.Game.Tests/packages.config b/osu.Game.Tests/packages.config index 46387efcc6..00f92c3cb8 100644 --- a/osu.Game.Tests/packages.config +++ b/osu.Game.Tests/packages.config @@ -1,5 +1,5 @@ - - - - + + + + \ No newline at end of file diff --git a/osu.Game/osu.Game.csproj b/osu.Game/osu.Game.csproj index a2107a3a4b..545d777098 100644 --- a/osu.Game/osu.Game.csproj +++ b/osu.Game/osu.Game.csproj @@ -37,8 +37,20 @@ $(SolutionDir)\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll True - - $(SolutionDir)\packages\ppy.OpenTK.1.1.2225.3\lib\net20\OpenTK.dll + + ..\packages\ppy.OpenTK.2.0.50727.1337\lib\net20\OpenTK.dll + True + + + ..\packages\SQLite.Net.Core-PCL.3.1.1\lib\portable-win8+net45+wp8+wpa81+MonoAndroid1+MonoTouch1\SQLite.Net.dll + True + + + ..\packages\SQLite.Net-PCL.3.1.1\lib\net40\SQLite.Net.Platform.Generic.dll + True + + + ..\packages\SQLite.Net-PCL.3.1.1\lib\net4\SQLite.Net.Platform.Win32.dll True @@ -46,15 +58,6 @@ $(SolutionDir)\packages\DotNetZip.1.10.1\lib\net20\DotNetZip.dll - - $(SolutionDir)\packages\SQLite.Net-PCL.3.0.5\lib\net4\SQLite.Net.Platform.Win32.dll - - - $(SolutionDir)\packages\SQLite.Net-PCL.3.0.5\lib\net40\SQLite.Net.dll - - - $(SolutionDir)\packages\SQLite.Net-PCL.3.0.5\lib\net40\SQLite.Net.Platform.Generic.dll - $(SolutionDir)\packages\SQLiteNetExtensions.1.3.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\SQLiteNetExtensions.dll diff --git a/osu.Game/packages.config b/osu.Game/packages.config index 988b02e510..08d0e984a2 100644 --- a/osu.Game/packages.config +++ b/osu.Game/packages.config @@ -1,12 +1,13 @@ - - - - - - - - - + + + + + + + + + + \ No newline at end of file