Go to file
Mike Harder 007e3b6b51 Add "--no-restore" parameter to "dotnet publish" (#1101)
- Workaround for "dotnet publish fails on app with project reference to netstandard2.0 class library" (https://github.com/dotnet/cli/issues/6843)
2017-06-12 16:59:34 -07:00
build
samples/SampleStartups
shared/Microsoft.AspNetCore.Certificates.Configuration.Sources Change Certificates.Configuration to a Sources package 2017-06-02 12:21:43 -07:00
src Add "--no-restore" parameter to "dotnet publish" (#1101) 2017-06-12 16:59:34 -07:00
test Change Certificates.Configuration to a Sources package 2017-06-02 12:21:43 -07:00
.gitattributes
.gitignore
.travis.yml Enable Travis and AppVeyor on "rel" branches (#1102) 2017-06-12 16:28:32 -07:00
CONTRIBUTING.md
Hosting.sln Change Certificates.Configuration to a Sources package 2017-06-02 12:21:43 -07:00
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json Change Certificates.Configuration to a Sources package 2017-06-02 12:21:43 -07:00
README.md
appveyor.yml Enable Travis and AppVeyor on "rel" branches (#1102) 2017-06-12 16:28:32 -07:00
build.cmd
build.ps1
build.sh
version.props

README.md

Hosting

AppVeyor: AppVeyor

Travis: Travis

The Hosting repo contains code required to host an ASP.NET Core application, it is the entry point used when self-hosting an application.

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.