Go to file
damianedwards 4d5e1076c9 Remove the DeveloperExceptionPage middleware from WebHost.CreateDefaultBuilder:
- The templates still have it explicitly and it's best to have middleware added by the app directly
2017-05-03 14:37:32 -07:00
build Exclude SQLitePCl.bundle_green targets when reference included via the Microsoft.AspNetCore.All metapackage 2017-05-03 12:18:50 -07:00
samples Store sample app's certificate passwords in user secrets. 2017-05-03 11:44:29 -07:00
src Remove the DeveloperExceptionPage middleware from WebHost.CreateDefaultBuilder: 2017-05-03 14:37:32 -07:00
test Remove the DeveloperExceptionPage middleware from WebHost.CreateDefaultBuilder: 2017-05-03 14:37:32 -07:00
tools Use RuntimeFrameworkVersion instead for directory name (#82) 2017-05-01 15:18:44 -07:00
.gitattributes
.gitignore
.travis.yml Build rel/ branches on Travis and AppVeyor. 2017-05-03 14:04:12 -07:00
CONTRIBUTING.md
LICENSE.txt
MetaPackages.sln Support more certificate loading scenarios (#69). 2017-05-01 18:05:11 -07:00
NuGet.config
NuGetPackageVerifier.json
README.md
appveyor.yml Build rel/ branches on Travis and AppVeyor. 2017-05-03 14:04:12 -07:00
build.cmd
build.ps1
build.sh
version.props

README.md

Meta packages

This repo contains NuGet meta packages that help quickly reference sets of common packages.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.