From fcf70f724e78abd26ccc4531a4f39b51278f08f3 Mon Sep 17 00:00:00 2001 From: Gary Sharp Date: Sun, 4 Dec 2022 13:32:10 +1100 Subject: [PATCH] maintenance: dependency updates --- Disco.Client/Disco.Client.csproj | 4 +- Disco.Client/packages.config | 2 +- Disco.Data/Disco.Data.csproj | 11 +- Disco.Data/packages.config | 2 +- Disco.Models/Disco.Models.csproj | 4 +- Disco.Models/packages.config | 2 +- .../App.config | 4 + Disco.Services/Disco.Services.csproj | 27 ++-- Disco.Services/packages.config | 6 +- .../Disco.Web.Extensions.csproj | 4 +- Disco.Web.Extensions/packages.config | 2 +- Disco.Web/ClientSource/Scripts/Core.js | 3 +- .../Scripts/Core/jquery.dataTables.js | 3 +- .../Scripts/Modules/jQuery-SignalR.js | 41 +++--- .../Scripts/Modules/jQuery-SignalR.min.js | 4 +- .../Modules/jQuery-SignalR/disco-hubs.es5.js | 122 ++++++++++++++++++ .../jQuery-SignalR/disco-hubs.es5.min.js | 10 ++ ...gnalR-2.1.1.js => jquery.signalR-2.1.2.js} | 37 ++---- Disco.Web/Disco.Web.csproj | 18 +-- Disco.Web/bundleconfig.json | 2 +- Disco.Web/compilerconfig.json | 8 -- Disco.Web/packages.config | 11 +- 22 files changed, 227 insertions(+), 100 deletions(-) create mode 100644 Disco.Web/ClientSource/Scripts/Modules/jQuery-SignalR/disco-hubs.es5.js create mode 100644 Disco.Web/ClientSource/Scripts/Modules/jQuery-SignalR/disco-hubs.es5.min.js rename Disco.Web/ClientSource/Scripts/Modules/jQuery-SignalR/{jquery.signalR-2.1.1.js => jquery.signalR-2.1.2.js} (98%) diff --git a/Disco.Client/Disco.Client.csproj b/Disco.Client/Disco.Client.csproj index bfe4ab2f..fe807c71 100644 --- a/Disco.Client/Disco.Client.csproj +++ b/Disco.Client/Disco.Client.csproj @@ -48,8 +48,8 @@ Properties\app.manifest - - ..\packages\Newtonsoft.Json.6.0.3\lib\net40\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.6.0.8\lib\net40\Newtonsoft.Json.dll diff --git a/Disco.Client/packages.config b/Disco.Client/packages.config index 7106c628..b605ca90 100644 --- a/Disco.Client/packages.config +++ b/Disco.Client/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/Disco.Data/Disco.Data.csproj b/Disco.Data/Disco.Data.csproj index 10835c13..5ff42422 100644 --- a/Disco.Data/Disco.Data.csproj +++ b/Disco.Data/Disco.Data.csproj @@ -40,8 +40,8 @@ False ..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll - - ..\packages\Newtonsoft.Json.6.0.3\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll @@ -167,6 +167,10 @@ 202011260525547_DBv20.cs + + + 202102110443550_DBv21.cs + @@ -242,6 +246,9 @@ 202011260525547_DBv20.cs + + 202102110443550_DBv21.cs + ResXFileCodeGenerator Resources.Designer.cs diff --git a/Disco.Data/packages.config b/Disco.Data/packages.config index 81707dae..d87d7470 100644 --- a/Disco.Data/packages.config +++ b/Disco.Data/packages.config @@ -1,7 +1,7 @@  - + diff --git a/Disco.Models/Disco.Models.csproj b/Disco.Models/Disco.Models.csproj index 78d2bfb1..0e311e84 100644 --- a/Disco.Models/Disco.Models.csproj +++ b/Disco.Models/Disco.Models.csproj @@ -34,8 +34,8 @@ false - - ..\packages\Newtonsoft.Json.6.0.3\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll diff --git a/Disco.Models/packages.config b/Disco.Models/packages.config index 945d431f..747efc53 100644 --- a/Disco.Models/packages.config +++ b/Disco.Models/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/Disco.Services.Plugins.ManifestGenerator/App.config b/Disco.Services.Plugins.ManifestGenerator/App.config index 1f6e26db..a2f939fa 100644 --- a/Disco.Services.Plugins.ManifestGenerator/App.config +++ b/Disco.Services.Plugins.ManifestGenerator/App.config @@ -29,6 +29,10 @@ + + + + \ No newline at end of file diff --git a/Disco.Services/Disco.Services.csproj b/Disco.Services/Disco.Services.csproj index 8a148960..3d978e29 100644 --- a/Disco.Services/Disco.Services.csproj +++ b/Disco.Services/Disco.Services.csproj @@ -1,5 +1,6 @@  + Debug AnyCPU @@ -15,6 +16,8 @@ ..\ true + + true @@ -50,9 +53,8 @@ ..\packages\LumenWorks.Framework.IO.3.8.0\lib\net20\LumenWorks.Framework.IO.dll - - False - ..\packages\Microsoft.AspNet.SignalR.Core.2.1.1\lib\net45\Microsoft.AspNet.SignalR.Core.dll + + ..\packages\Microsoft.AspNet.SignalR.Core.2.1.2\lib\net45\Microsoft.AspNet.SignalR.Core.dll False @@ -66,15 +68,14 @@ True ..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll - - ..\packages\Newtonsoft.Json.6.0.3\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll ..\packages\Owin.1.0\lib\net40\Owin.dll - - False - ..\Resources\Libraries\PdfiumViewer\PdfiumViewer.dll + + ..\packages\PdfiumViewer.Updated.2.14.4\lib\net45\PdfiumViewer.dll ..\packages\PDFsharp.1.50.4000-beta3b\lib\net20\PdfSharp.dll @@ -162,6 +163,7 @@ True ..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.WebPages.Razor.dll + @@ -510,9 +512,6 @@ - - PreserveNewest - PreserveNewest @@ -541,6 +540,12 @@ + + + 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}. + + +