Go to file
N. Taylor Mullen 078604f3a8 Transition to netstandard.
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:36:12 -08:00
samples/IISSample Transition to netstandard. 2016-03-01 13:36:12 -08:00
src Transition to netstandard. 2016-03-01 13:36:12 -08:00
test Transition to netstandard. 2016-03-01 13:36:12 -08:00
tools
.gitattributes
.gitignore
CONTRIBUTING.md
IISIntegration.sln
LICENSE.txt
NuGet.config
NuGet.master.config
NuGetPackageVerifier.json
README.md
build.cmd Return the error code from build.cmd 2016-02-28 10:12:16 -08:00
build.ps1
build.sh
global.json
makefile.shade

README.md

ASP.NET IIS Integration

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

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