From 3d7d40b3785e2da21dde87fe27e577027ebd6748 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 29 Nov 2024 16:21:00 -0500 Subject: [PATCH] Added sub-dependencies of AspNetWebApi to package This may fix #6222 but I ran out of time to test, a clean install did work fine and that's all I had time to test for now. I think there are a couple other dlls in the issue we could handle here or elsewhere and we need to test upgrade scenarios from 9.13.4,5,6 to be sure. --- Build/Tasks/packaging.json | 11 ++++++++-- .../Microsoft.AspNetWebApi.dnn | 20 +++++++++++++++++++ 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/Build/Tasks/packaging.json b/Build/Tasks/packaging.json index 31f996bdd4a..4ab7acdfc30 100644 --- a/Build/Tasks/packaging.json +++ b/Build/Tasks/packaging.json @@ -43,7 +43,11 @@ "/bin/WebMatrix.Data.dll", "/bin/WebMatrix.WebData.dll", "/Install/Module/DNNCE_Website.Deprecated_*_Install.zip", - "/bin/WebFormsMvp.dll" + "/bin/WebFormsMvp.dll", + "/bin/Newtonsoft.Json.Bson.dll", + "/bin/System.Memory.dll", + "/bin/System.Threading.Tasks.Extensions", + "/bin/System.Runtime.CompilerServices.Unsafe.dll" ], "installInclude": ["/Install/InstallWizard.aspx.cs"], "upgradeExclude": [ @@ -56,7 +60,10 @@ "/bin/Newtonsoft.Json.dll", "/Config/DotNetNuke.config", "/Install/InstallWizard.aspx", - "/bin/WebFormsMvp.dll" + "/bin/WebFormsMvp.dll", + "/bin/System.Memory.dll", + "/bin/System.Threading.Tasks.Extensions.dll", + "/bin/System.Runtime.CompilerServices.Unsafe.dll" ], "symbolsInclude": [ "/bin/*.pdb", diff --git a/DNN Platform/Components/Microsoft.AspNetWebApi/Microsoft.AspNetWebApi.dnn b/DNN Platform/Components/Microsoft.AspNetWebApi/Microsoft.AspNetWebApi.dnn index 6219fe670a5..a780a2c7e79 100644 --- a/DNN Platform/Components/Microsoft.AspNetWebApi/Microsoft.AspNetWebApi.dnn +++ b/DNN Platform/Components/Microsoft.AspNetWebApi/Microsoft.AspNetWebApi.dnn @@ -30,6 +30,26 @@ System.Web.Http.WebHost.dll 5.2.8 + + bin + Newtonsoft.Json.Bson.dll + 5.2.8 + + + bin + Newtonsoft.Json.dll + 13.0.1 + + + bin + System.Memory.dll + 4.5.5 + + + bin + System.Threading.Tasks.Extensions.dll + 4.5.4 +