You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
1.0 KiB
22 lines
1.0 KiB
<?xml version="1.0"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
<metadata>
|
|
<id>Ninject.Web.Common</id>
|
|
<version>3.0.0.7</version>
|
|
<authors>Ninject Project Contributors</authors>
|
|
<owners>Ninject Project Contributors</owners>
|
|
<licenseUrl>https://github.com/ninject/ninject.extensions.wcf/raw/master/LICENSE.txt</licenseUrl>
|
|
<projectUrl>http://www.ninject.org/</projectUrl>
|
|
<iconUrl>https://github.com/ninject/ninject/raw/master/logos/Ninject-Logo32.png</iconUrl>
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
<description>Bootstrapper for web projects</description>
|
|
<tags>Ninject ioc di ASP.NET</tags>
|
|
<dependencies>
|
|
<dependency id="Ninject" version="[3.0.0.0, 3.1.0.0)" />
|
|
<dependency id="WebActivator" version="1.5" />
|
|
</dependencies>
|
|
<frameworkAssemblies>
|
|
<frameworkAssembly assemblyName="Microsoft.Web.Infrastructure" targetFramework=".NETFramework4.0" />
|
|
</frameworkAssemblies>
|
|
</metadata>
|
|
</package> |