forked from webadvanced/Structuremap.MVC5
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstructuremap.mvc5.nuspec
More file actions
24 lines (24 loc) · 1.17 KB
/
structuremap.mvc5.nuspec
File metadata and controls
24 lines (24 loc) · 1.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
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>StructureMap.MVC5</id>
<version>3.1.1.134</version>
<authors>Web Advanced</authors>
<owners>paul, WebAdvanced</owners>
<licenseUrl>https://github.com/webadvanced/Structuremap.MVC5/blob/master/LICENSE</licenseUrl>
<description>Adds the latest version of structuremap and configures it as the default Dependency Resolver for ASP.NET MVC5. Does not work with 'ApiControllers', please add the Structuremap.WebAPI2 package if you need WebAPI support.</description>
<summary>An MVC5 IDependencyResolver wrapper for Structuremap 3.x</summary>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<language>en-US</language>
<projectUrl>https://github.com/webadvanced/Structuremap.MVC5</projectUrl>
<dependencies>
<dependency id="WebActivatorEx" version="2.0.5" />
<dependency id="CommonServiceLocator" version="1.3.0" />
<dependency id="structuremap" version="3.1.1.134" />
<dependency id="structuremap.web" version="3.1.0.133" />
</dependencies>
</metadata>
<files>
<file src="content\**\*.pp" target="content" />
</files>
</package>