From 7001064a07c9ae51449693169ae7d5ce6d69a2b7 Mon Sep 17 00:00:00 2001 From: nooperation Date: Sun, 4 Mar 2018 20:37:13 -0500 Subject: [PATCH] Making sure all projects are using the latest libsanbag --- AtlasView/AtlasView.csproj | 8 ++++---- AtlasView/packages.config | 2 +- CommonUI/CommonUI.csproj | 6 ++++-- CommonUI/packages.config | 1 + 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/AtlasView/AtlasView.csproj b/AtlasView/AtlasView.csproj index 9f3e694..c34fd83 100644 --- a/AtlasView/AtlasView.csproj +++ b/AtlasView/AtlasView.csproj @@ -1,6 +1,6 @@  - + @@ -40,8 +40,8 @@ true - - ..\packages\LibSanBag.1.2.7\lib\net46\LibSanBag.dll + + ..\packages\LibSanBag.1.2.10\lib\net46\LibSanBag.dll ..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll @@ -149,6 +149,6 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/AtlasView/packages.config b/AtlasView/packages.config index f78fecb..e3f07ba 100644 --- a/AtlasView/packages.config +++ b/AtlasView/packages.config @@ -1,6 +1,6 @@  - + \ No newline at end of file diff --git a/CommonUI/CommonUI.csproj b/CommonUI/CommonUI.csproj index e5c2d82..6da2467 100644 --- a/CommonUI/CommonUI.csproj +++ b/CommonUI/CommonUI.csproj @@ -1,5 +1,6 @@  + @@ -41,8 +42,8 @@ ..\packages\HelixToolkit.Wpf.1.0.0\lib\net45\HelixToolkit.Wpf.dll - - ..\packages\LibSanBag.1.2.7\lib\net46\LibSanBag.dll + + ..\packages\LibSanBag.1.2.10\lib\net46\LibSanBag.dll @@ -184,5 +185,6 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + \ No newline at end of file diff --git a/CommonUI/packages.config b/CommonUI/packages.config index c3aeb1d..6ec19f5 100644 --- a/CommonUI/packages.config +++ b/CommonUI/packages.config @@ -2,6 +2,7 @@ + \ No newline at end of file