aspnetcore/src/CORS
Ryan Brandenburg 5e9617a5ab Merge remote-tracking branch 'CORS/rybrande/masterToSrc' into rybrande/Mondo22ToMaster 2018-11-26 12:34:50 -08:00
..
build Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-26 12:08:28 -08:00
samples Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-26 12:08:28 -08:00
src Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-26 12:08:28 -08:00
test Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-26 12:08:28 -08:00
.gitignore Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-26 12:08:28 -08:00
CORS.sln Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-26 12:08:28 -08:00
Directory.Build.props Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-26 12:08:28 -08:00
Directory.Build.targets Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-26 12:08:28 -08:00
NuGetPackageVerifier.json Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-26 12:08:28 -08:00
README.md Merge branch 'master' of github.com:aspnet/CORS into rybrande/masterToSrc 2018-11-26 12:09:52 -08:00
version.props Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-26 12:08:28 -08:00

README.md

CORS [Archived]

This GitHub project has been archived. Ongoing development on this project can be found in https://github.com/aspnet/AspNetCore.

CORS repository includes the core implementation for CORS policy, utilized by the CORS middleware and MVC.

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