aspnetcore/src/CORS
Justin Kotalik 0588b13f5b Fix 2.1 build issues and remove obsolete build code (#4443)
- Stop producing the 'Universe' lineup package
- Removes all PackageLineup code
- Use full msbuild on Windows
- Fix invalid reference to internal.aspnetcore.sdk in 2.1.x
- Fix shared folder references for PackageArchive task.
2018-12-05 17:01:02 -08:00
..
build Fix 2.1 build issues and remove obsolete build code (#4443) 2018-12-05 17:01:02 -08:00
samples Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 15:03:35 -08:00
src Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 15:03:35 -08:00
test Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 15:03:35 -08:00
.gitignore Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 15:03:35 -08:00
CORS.sln Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 15:03:35 -08:00
Directory.Build.props Fix RepositoryUrls 2018-11-21 15:55:40 -08:00
Directory.Build.targets Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 15:03:35 -08:00
NuGetPackageVerifier.json Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 15:03:35 -08:00
README.md Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 15:03:35 -08:00
version.props Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 15:03:35 -08:00

README.md

CORS

AppVeyor: AppVeyor

Travis: Travis

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 Home repo.