-
-
Notifications
You must be signed in to change notification settings - Fork 777
Expand file tree
/
Copy pathMicrosoft.AspNetMvc.dnn
More file actions
59 lines (59 loc) · 2.17 KB
/
Copy pathMicrosoft.AspNetMvc.dnn
File metadata and controls
59 lines (59 loc) · 2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="DotNetNuke.AspNetMvc" type="Library" version="5.2.8">
<friendlyName>ASP.NET MVC Components</friendlyName>
<description>Libraries required for ASP.NET MVC.</description>
<dependencies/>
<owner>
<name>.NET Foundation and Contributors</name>
<organization>DNN Community</organization>
<url>https://dnncommunity.org</url>
<email>info@dnncommunity.org</email>
</owner>
<license src="License.txt"/>
<releaseNotes>https://github.com/aspnet/AspNetWebStack/releases</releaseNotes>
<components>
<component type="Assembly">
<assemblies>
<assembly>
<path>bin</path>
<name>DotNetNuke.Web.MvcPipeline.dll</name>
<version>0.0.1.0</version>
</assembly>
<assembly>
<path>bin</path>
<name>DotNetNuke.Web.Mvc.dll</name>
<version>9.10.0</version>
</assembly>
<assembly>
<path>bin</path>
<name>System.Web.Mvc.dll</name>
<version>5.2.8</version>
</assembly>
</assemblies>
</component>
<component type="Config">
<config>
<configFile>web.config</configFile>
<install>
<configuration>
<nodes>
<node path="/configuration/system.webServer/modules" action="update" key="name" collision="ignore">
<add name="MVCModules" type="DotNetNuke.Web.Mvc.MvcHttpModule, DotNetNuke.Web.Mvc" preCondition="managedHandler" />
</node>
</nodes>
</configuration>
</install>
<uninstall>
<configuration>
<nodes>
<node path="/configuration/system.webServer/modules/add[@name='MVCModules']" action="remove" />
</nodes>
</configuration>
</uninstall>
</config>
</component>
</components>
</package>
</packages>
</dotnetnuke>