From d688578a46e3a3383371c1df952fa2898c828a9a Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Thu, 20 Jan 2022 20:32:56 +0300 Subject: [PATCH] Update packages --- RehauSku.Assist.sln | 4 ++-- src/RehauSku.Assist.csproj | 31 +++++++++++++++++++++++-------- src/app.config | 4 ++++ src/packages.config | 13 +++++++++---- 4 files changed, 38 insertions(+), 14 deletions(-) diff --git a/RehauSku.Assist.sln b/RehauSku.Assist.sln index 440314a..d5d77c2 100644 --- a/RehauSku.Assist.sln +++ b/RehauSku.Assist.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 -VisualStudioVersion = 17.0.32014.148 +VisualStudioVersion = 17.0.32112.339 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RehauSku.Assist", "src\RehauSku.Assist.csproj", "{18A2FF67-0E46-4A86-B872-29F2B3F23ADF}" EndProject @@ -20,6 +20,6 @@ Global HideSolutionNode = FALSE EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {3CF61093-14A6-4A2D-AC13-53EBA2253BAA} + SolutionGuid = {5A843B33-66C3-49FB-B9BF-282AB120FD8C} EndGlobalSection EndGlobal diff --git a/src/RehauSku.Assist.csproj b/src/RehauSku.Assist.csproj index 2fcae24..2c6792c 100644 --- a/src/RehauSku.Assist.csproj +++ b/src/RehauSku.Assist.csproj @@ -39,19 +39,20 @@ True - packages\ExcelDna.Integration.1.5.0\lib\net452\ExcelDna.Integration.dll - False + packages\ExcelDna.Integration.1.5.1\lib\net452\ExcelDna.Integration.dll + True - - packages\ExcelDna.IntelliSense.1.5.0\lib\net452\ExcelDna.IntelliSense.dll + + packages\ExcelDna.IntelliSense.1.5.1\lib\net452\ExcelDna.IntelliSense.dll - packages\ExcelDna.Registration.1.5.0\lib\net452\ExcelDna.Registration.dll + packages\ExcelDna.Registration.1.5.1\lib\net452\ExcelDna.Registration.dll True packages\ExcelDna.Interop.14.0.1\lib\Microsoft.Office.Interop.Excel.dll True + True packages\ExcelDna.Interop.14.0.1\lib\Microsoft.Vbe.Interop.dll @@ -69,6 +70,9 @@ packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + + packages\System.Configuration.ConfigurationManager.6.0.0\lib\net461\System.Configuration.ConfigurationManager.dll + @@ -83,11 +87,22 @@ packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll + True + + packages\System.Security.AccessControl.6.0.0\lib\net461\System.Security.AccessControl.dll + + + packages\System.Security.Permissions.6.0.0\lib\net461\System.Security.Permissions.dll + + + packages\System.Security.Principal.Windows.5.0.0\lib\net461\System.Security.Principal.Windows.dll + packages\System.Text.Encoding.CodePages.6.0.0\lib\net461\System.Text.Encoding.CodePages.dll + True @@ -123,17 +138,17 @@ - + - + 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/src/app.config b/src/app.config index 3f5b7b7..eaef242 100644 --- a/src/app.config +++ b/src/app.config @@ -10,6 +10,10 @@ + + + + diff --git a/src/packages.config b/src/packages.config index 6e8f1d1..b92606b 100644 --- a/src/packages.config +++ b/src/packages.config @@ -1,15 +1,20 @@  - - - + + + - + + + + + + \ No newline at end of file