aspnetcore/src/Antiforgery
Nate McMaster 3fd8a97af2
Add targets to generate the list of shared framework assemblies from project property (#7510)
Changes:
* Add support for a property, `IsAspNetCoreApp`, in the .csproj file of assemblies which are part of the shared framework. 
* Remove unused dependencies
* Remove reference which have become part of 'netcoreapp3.0'
2019-02-12 23:00:19 -08:00
..
src Add targets to generate the list of shared framework assemblies from project property (#7510) 2019-02-12 23:00:19 -08:00
test [Antiforgery][Components][CORS] Remove obsolete APIs (#7459) 2019-02-11 10:38:31 -08:00
Antiforgery.sln Merge 'release/2.1' into release/2.2 2018-12-10 15:56:42 -08:00
README.md Update Antiforgery README (#4353) 2018-12-03 12:53:16 -08:00

README.md

Antiforgery

Antiforgery system for generating secure tokens to prevent Cross-Site Request Forgery attacks.

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