Go to file
Javier Calvarro Nelson b9a9ec9305 Add support for a default SSL certificate in development
When the ssl certificate specified is 'localhost' and
no certificate has been explicitly specified in the certificates
section, fallback to a certificate with 'CN=localhost' (ASP.NET Core SSL
developer certificate) in the current user store and if not found,
an ssl certificate with 'CN=localhost' on the current machine
(IIS Express developer certificate)
2017-05-24 16:24:32 -07:00
build React to dotnet store cli arguments update 2017-05-19 16:20:35 -07:00
samples/SampleApp
src Add support for a default SSL certificate in development 2017-05-24 16:24:32 -07:00
test Upgrade test framework versions 2017-05-15 09:41:43 -07:00
tools
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE.txt
MetaPackages.sln Add test for DI scope validation defaults (#76) 2017-05-08 10:16:43 -07:00
NuGet.config
NuGetPackageVerifier.json
README.md
appveyor.yml
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.