Go to file
Doug Bunting 79f723c5e1 Bump test projects up to .NET 4.5.2
- aspnet/Testing#248
- xUnit no longer supports .NET 4.5.1
- build tests for desktop .NET only on Windows
2017-02-14 13:23:01 -08:00
build Upgrade to VS 2017 2017-02-01 12:15:45 -08:00
samples/ResponseCachingSample Upgrade to VS 2017 2017-02-01 12:15:45 -08:00
src Tigger caching header finalization on write #92 2017-02-08 16:06:20 -08:00
test/Microsoft.AspNetCore.ResponseCaching.Tests Bump test projects up to .NET 4.5.2 2017-02-14 13:23:01 -08:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE.txt
NuGet.config Upgrade to VS 2017 2017-02-01 12:15:45 -08:00
NuGetPackageVerifier.json
README.md
ResponseCaching.sln Upgrade to VS 2017 2017-02-01 12:15:45 -08:00
appveyor.yml Upgrade to VS 2017 2017-02-01 12:15:45 -08:00
build.cmd
build.ps1 Upgrade to VS 2017 2017-02-01 12:15:45 -08:00
build.sh Upgrade to VS 2017 2017-02-01 12:15:45 -08:00
version.props Upgrade to VS 2017 2017-02-01 12:15:45 -08:00

README.md

ASP.NET Core Response Caching

AppVeyor: AppVeyor

Travis: Travis

This repo hosts the ASP.NET Core middleware for response caching.

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.