Skip to content

Commit

Permalink
Added sub-dependencies of AspNetWebApi to package
Browse files Browse the repository at this point in the history
This may fix dnnsoftware#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.
  • Loading branch information
valadas committed Nov 29, 2024
1 parent 36560af commit 3d7d40b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Build/Tasks/packaging.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,26 @@
<name>System.Web.Http.WebHost.dll</name>
<version>5.2.8</version>
</assembly>
<assembly>
<path>bin</path>
<name>Newtonsoft.Json.Bson.dll</name>
<version>5.2.8</version>
</assembly>
<assembly>
<path>bin</path>
<name>Newtonsoft.Json.dll</name>
<version>13.0.1</version>
</assembly>
<assembly>
<path>bin</path>
<name>System.Memory.dll</name>
<version>4.5.5</version>
</assembly>
<assembly>
<path>bin</path>
<name>System.Threading.Tasks.Extensions.dll</name>
<version>4.5.4</version>
</assembly>
</assemblies>
</component>
</components>
Expand Down

0 comments on commit 3d7d40b

Please sign in to comment.