-
Notifications
You must be signed in to change notification settings - Fork 2
/
BootstrapForRazor2.1.0.0.nuspec
28 lines (28 loc) · 3.19 KB
/
BootstrapForRazor2.1.0.0.nuspec
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
<?xml version="1.0" encoding="utf-16"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>BootstrapForRazor2</id>
<version>1.0.0</version>
<title>ASP.NET Razor 2 Extensions for Bootstrap</title>
<authors>AdvancedREI</authors>
<owners>AdvancedREI</owners>
<projectUrl>https://github.com/advancedrei/BootstrapForRazor</projectUrl>
<iconUrl>http://advancedrei.blob.core.windows.net/resources/favicon.ico</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A collection of Razor @Html helpers to render forms controls for MVC in the particular way that Bootstrap requires in order for validation to work.</description>
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="Microsoft.AspNet.Mvc" version="4.0.20710.0" />
<dependency id="Microsoft.AspNet.Razor" version="2.0.20710.0" />
<dependency id="Microsoft.AspNet.WebPages" version="2.0.20710.0" />
<dependency id="Microsoft.Web.Infrastructure" version="1.0.0.0" />
</group>
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Data" targetFramework=".NETFramework4.5" />
<frameworkAssembly assemblyName="System.Web" targetFramework=".NETFramework4.5" />
<frameworkAssembly assemblyName="System.Web.Routing" targetFramework=".NETFramework4.5" />
</frameworkAssemblies>
</metadata>
<files />
</package>