Go to file
David Fowler 501dd3924b
Added a method to configure the web host defaults (#298)
- Added ConfigureWebHostDefaults to configure the web specific defaults on the generic host builder.
2018-11-16 21:29:18 -08:00
.vsts-pipelines/builds [automated] Change default branch to master 2018-07-02 12:40:28 -07:00
build Added a method to configure the web host defaults (#298) 2018-11-16 21:29:18 -08:00
samples/SampleApp Added a method to configure the web host defaults (#298) 2018-11-16 21:29:18 -08:00
src Added a method to configure the web host defaults (#298) 2018-11-16 21:29:18 -08:00
test Upgrade projects and packages to target netcoreapp3.0 (aspnet/MetaPackages#299) 2018-11-16 16:50:31 -08:00
.appveyor.yml [automated] Change default branch to master 2018-07-02 12:40:28 -07:00
.gitattributes
.gitignore Pin tools and package versions 2017-10-25 17:40:26 -07:00
.travis.yml [automated] Change default branch to master 2018-07-02 12:40:28 -07:00
CONTRIBUTING.md Update CONTRIBUTING.md 2018-07-24 10:54:10 -07:00
Directory.Build.props Remove PublicSign and unnecessary certificate name properties 2018-09-28 11:48:05 -07:00
Directory.Build.targets Upgrade projects and packages to target netcoreapp3.0 (aspnet/MetaPackages#299) 2018-11-16 16:50:31 -08:00
LICENSE.txt Update LICENSE.txt 2018-09-27 15:45:43 -07:00
MetaPackages.sln Remove All metapackage and runtime store infrastructure (#244) 2017-10-25 17:39:32 -07:00
NuGet.config Use MSBuild to set NuGet feeds instead of NuGet.config 2017-11-20 12:18:22 -08:00
NuGetPackageVerifier.json
README.md
build.cmd
build.sh
korebuild-lock.txt Upgrade projects and packages to target netcoreapp3.0 (aspnet/MetaPackages#299) 2018-11-16 16:50:31 -08:00
korebuild.json [automated] Change default branch to master 2018-07-02 12:40:28 -07:00
run.cmd
run.ps1 automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:37 -07:00
run.sh automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:37 -07:00
version.props Merge branch 'release/2.2' 2018-10-05 12:21:31 -07:00

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.