From b809188642e9f08e8e3ae8267042e5d1042b889c Mon Sep 17 00:00:00 2001 From: TM0D Date: Mon, 29 Nov 2021 21:11:08 -0600 Subject: [PATCH] update packages --- NyaDesktop/App.config | 4 +++ NyaDesktop/NyaDesktop.csproj | 44 ++++++++++++++++++--------- NyaDesktop/Properties/AssemblyInfo.cs | 4 +-- NyaDesktop/packages.config | 28 +++++++++-------- 4 files changed, 51 insertions(+), 29 deletions(-) diff --git a/NyaDesktop/App.config b/NyaDesktop/App.config index 4cf9d99..40df807 100644 --- a/NyaDesktop/App.config +++ b/NyaDesktop/App.config @@ -21,6 +21,10 @@ + + + + \ No newline at end of file diff --git a/NyaDesktop/NyaDesktop.csproj b/NyaDesktop/NyaDesktop.csproj index 0e96f6a..99afbf4 100644 --- a/NyaDesktop/NyaDesktop.csproj +++ b/NyaDesktop/NyaDesktop.csproj @@ -90,15 +90,18 @@ True True + + ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + - - ..\packages\System.Console.4.3.0\lib\net46\System.Console.dll + + ..\packages\System.Console.4.3.1\lib\net46\System.Console.dll True True - - ..\packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll + + ..\packages\System.Diagnostics.DiagnosticSource.6.0.0\lib\net461\System.Diagnostics.DiagnosticSource.dll ..\packages\System.Diagnostics.Tracing.4.3.0\lib\net462\System.Diagnostics.Tracing.dll @@ -147,6 +150,9 @@ True True + + ..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll + ..\packages\System.Net.Http.4.3.0\lib\net46\System.Net.Http.dll True @@ -158,18 +164,24 @@ True + + ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll + ..\packages\System.Reflection.4.3.0\lib\net462\System.Reflection.dll True True - - ..\packages\System.Runtime.4.3.0\lib\net462\System.Runtime.dll + + ..\packages\System.Runtime.4.3.1\lib\net462\System.Runtime.dll True True - - ..\packages\System.Runtime.Extensions.4.3.0\lib\net462\System.Runtime.Extensions.dll + + ..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll + + + ..\packages\System.Runtime.Extensions.4.3.1\lib\net462\System.Runtime.Extensions.dll True True @@ -184,7 +196,7 @@ True - ..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net463\System.Security.Cryptography.Algorithms.dll + ..\packages\System.Security.Cryptography.Algorithms.4.3.1\lib\net463\System.Security.Cryptography.Algorithms.dll True True @@ -198,13 +210,13 @@ True True - - ..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll + + ..\packages\System.Security.Cryptography.X509Certificates.4.3.2\lib\net461\System.Security.Cryptography.X509Certificates.dll True True - ..\packages\System.Text.RegularExpressions.4.3.0\lib\net463\System.Text.RegularExpressions.dll + ..\packages\System.Text.RegularExpressions.4.3.1\lib\net463\System.Text.RegularExpressions.dll True True @@ -217,7 +229,7 @@ - ..\packages\System.Xml.ReaderWriter.4.3.0\lib\net46\System.Xml.ReaderWriter.dll + ..\packages\System.Xml.ReaderWriter.4.3.1\lib\net46\System.Xml.ReaderWriter.dll True True @@ -265,14 +277,16 @@ - 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/NyaDesktop/Properties/AssemblyInfo.cs b/NyaDesktop/Properties/AssemblyInfo.cs index 4b61ca9..6827214 100644 --- a/NyaDesktop/Properties/AssemblyInfo.cs +++ b/NyaDesktop/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.1.0")] -[assembly: AssemblyFileVersion("1.1.0")] +[assembly: AssemblyVersion("1.2.0")] +[assembly: AssemblyFileVersion("1.2.0")] diff --git a/NyaDesktop/packages.config b/NyaDesktop/packages.config index 6385033..b39186b 100644 --- a/NyaDesktop/packages.config +++ b/NyaDesktop/packages.config @@ -2,17 +2,18 @@ - - + + - + + - + - + @@ -24,30 +25,33 @@ + - + + - - + + + - + - + - + - + \ No newline at end of file