Boilerplate.Web.Mvc6
2.0.0-rc1-final-2
See the version list below for details.
dotnet add package Boilerplate.Web.Mvc6 --version 2.0.0-rc1-final-2
NuGet\Install-Package Boilerplate.Web.Mvc6 -Version 2.0.0-rc1-final-2
<PackageReference Include="Boilerplate.Web.Mvc6" Version="2.0.0-rc1-final-2" />
paket add Boilerplate.Web.Mvc6 --version 2.0.0-rc1-final-2
#r "nuget: Boilerplate.Web.Mvc6, 2.0.0-rc1-final-2"
// Install Boilerplate.Web.Mvc6 as a Cake Addin #addin nuget:?package=Boilerplate.Web.Mvc6&version=2.0.0-rc1-final-2&prerelease // Install Boilerplate.Web.Mvc6 as a Cake Tool #tool nuget:?package=Boilerplate.Web.Mvc6&version=2.0.0-rc1-final-2&prerelease
Provides boilerplate framework code for an ASP.NET MVC project. ASP.NET MVC Boilerplate is a professional template for building secure, fast, robust and adaptable web applications or sites. It provides the minimum amount of code required on top of the default MVC template provided by Microsoft. You can download the ASP.NET MVC Boilerplate project template on the Visual Studio Gallery or download the code on GitHub.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NETPlatform | dotnet54 is compatible. |
DNX | dnx451 is compatible. |
-
.NETPlatform 5.4
- Microsoft.AspNet.Antiforgery (>= 1.0.0-rc1-final)
- Microsoft.AspNet.Diagnostics (>= 1.0.0-rc1-final)
- Microsoft.AspNet.Mvc.Abstractions (>= 6.0.0-rc1-final)
- Microsoft.AspNet.Mvc.Core (>= 6.0.0-rc1-final)
- Microsoft.AspNet.Mvc.Formatters.Json (>= 6.0.0-rc1-final)
- Microsoft.CSharp (>= 4.0.1-beta-23516)
- Microsoft.Extensions.Caching.Abstractions (>= 1.0.0-rc1-final)
- Newtonsoft.Json (>= 7.0.1)
- System.Collections (>= 4.0.11-beta-23516)
- System.Linq (>= 4.0.1-beta-23516)
- System.Threading (>= 4.0.11-beta-23516)
- System.Xml.ReaderWriter (>= 4.0.11-beta-23516)
-
DNX 4.5.1
- Microsoft.AspNet.Antiforgery (>= 1.0.0-rc1-final)
- Microsoft.AspNet.Diagnostics (>= 1.0.0-rc1-final)
- Microsoft.AspNet.Mvc.Abstractions (>= 6.0.0-rc1-final)
- Microsoft.AspNet.Mvc.Core (>= 6.0.0-rc1-final)
- Microsoft.AspNet.Mvc.Formatters.Json (>= 6.0.0-rc1-final)
- Microsoft.Extensions.Caching.Abstractions (>= 1.0.0-rc1-final)
- Newtonsoft.Json (>= 7.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.0-rc1-final-8 | 3,640 | 3/6/2016 |
2.0.0-rc1-final-7 | 1,267 | 2/28/2016 |
2.0.0-rc1-final-6 | 1,210 | 2/27/2016 |
2.0.0-rc1-final-5 | 1,879 | 1/7/2016 |
2.0.0-rc1-final-4 | 975 | 1/7/2016 |
2.0.0-rc1-final-3 | 1,897 | 11/21/2015 |
2.0.0-rc1-final-2 | 984 | 11/21/2015 |
2.0.0-rc1-final-12 | 1,175 | 5/16/2016 |
2.0.0-rc1-final-10 | 1,342 | 4/14/2016 |
2.0.0-rc1-final-1 | 1,037 | 11/21/2015 |
2.0.0-beta8-1 | 1,207 | 11/8/2015 |
2.0.0-beta8 | 1,175 | 10/19/2015 |
1.2.6 | 6,585 | 10/3/2015 |
1.2.5 | 1,716 | 9/26/2015 |
1.2.4 | 1,334 | 9/26/2015 |
1.2.3 | 1,323 | 9/26/2015 |
1.2.2 | 1,333 | 9/26/2015 |
1.2.1 | 1,330 | 9/25/2015 |
1.2.0 | 1,554 | 9/5/2015 |
1.1.0 | 1,276 | 8/29/2015 |
1.0.11 | 1,407 | 8/16/2015 |
1.0.10 | 1,474 | 8/2/2015 |
1.0.9 | 1,448 | 8/2/2015 |
1.0.8 | 1,838 | 7/23/2015 |
1.0.7 | 1,590 | 7/22/2015 |
1.0.6 | 1,308 | 7/22/2015 |
1.0.5 | 1,495 | 7/17/2015 |
1.0.4 | 1,383 | 7/15/2015 |
1.0.3 | 1,205 | 7/11/2015 |
1.0.2 | 1,236 | 7/1/2015 |
1.0.1 | 1,247 | 6/30/2015 |
1.0.0 | 1,274 | 6/30/2015 |
Upgraded to RC1. Added a minified view location expander. Moved tag helpers to own NuGet package. Added AssemblyInfo.cs file.