From 8e16d774ca514348199fb632e902e076d94d7ff2 Mon Sep 17 00:00:00 2001 From: Eric Tuvesson Date: Sun, 8 Sep 2019 23:40:32 +0200 Subject: [PATCH] Update OpenTK version to 2.0.0 #69 --- .gitignore | 1 + Source/SharpNav.Examples/App.config | 12 ++++++++++-- Source/SharpNav.Examples/SharpNav.Examples.csproj | 5 ++--- Source/SharpNav.Examples/packages.config | 2 +- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index bf595e88..43496436 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ TestResults ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. +.vs/ # User-specific files *.suo diff --git a/Source/SharpNav.Examples/App.config b/Source/SharpNav.Examples/App.config index d0feca6f..e1d4d823 100644 --- a/Source/SharpNav.Examples/App.config +++ b/Source/SharpNav.Examples/App.config @@ -1,6 +1,14 @@ - + - + + + + + + + + + diff --git a/Source/SharpNav.Examples/SharpNav.Examples.csproj b/Source/SharpNav.Examples/SharpNav.Examples.csproj index 36cb1ef7..d1322835 100644 --- a/Source/SharpNav.Examples/SharpNav.Examples.csproj +++ b/Source/SharpNav.Examples/SharpNav.Examples.csproj @@ -69,9 +69,8 @@ ..\..\Dependencies\Gwen.Renderer.OpenTK.dll - - ..\packages\OpenTK.1.1.2349.61993\lib\NET40\OpenTK.dll - True + + ..\packages\OpenTK.2.0.0\lib\net20\OpenTK.dll diff --git a/Source/SharpNav.Examples/packages.config b/Source/SharpNav.Examples/packages.config index 83886cda..30c9bc0c 100644 --- a/Source/SharpNav.Examples/packages.config +++ b/Source/SharpNav.Examples/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file