Go to file
Pranav K 42d34e4559 Change compilation targets.
* Remove net451 as a compilation target
* Upgrade to netcoreapp2.0
2017-03-22 14:37:25 -07:00
build Change compilation targets. 2017-03-22 14:37:25 -07:00
samples/IISSample Change compilation targets. 2017-03-22 14:37:25 -07:00
src/Microsoft.AspNetCore.Server.IISIntegration Change compilation targets. 2017-03-22 14:37:25 -07:00
test Change compilation targets. 2017-03-22 14:37:25 -07:00
.editorconfig
.gitattributes
.gitignore Change compilation targets. 2017-03-22 14:37:25 -07:00
CONTRIBUTING.md
IISIntegration.sln
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
build.cmd
build.ps1
build.sh
version.props

README.md

ASP.NET Core IIS Integration

This repo hosts the ASP.NET Core middleware for IIS integration.

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.