Go to file
Nate McMaster d9f0ef42ce Limit the branches that build on our public CI.
[ci skip]
2016-03-09 16:35:12 -08:00
samples/StaticFileSample
src/Microsoft.AspNetCore.StaticFiles Fix package metadata 2016-03-07 23:24:42 -08:00
test/Microsoft.AspNetCore.StaticFiles.Tests
tools
.gitattributes
.gitignore
.travis.yml Limit the branches that build on our public CI. 2016-03-09 16:35:12 -08:00
CONTRIBUTING.md
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md Fix package metadata 2016-03-07 23:24:42 -08:00
StaticFiles.sln
appveyor.yml Limit the branches that build on our public CI. 2016-03-09 16:35:12 -08:00
build.cmd
build.ps1
build.sh
global.json

README.md

StaticFiles

AppVeyor: AppVeyor

Travis: Travis

This repo contains middleware for handling requests for file system resources including files and directories.

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.