aspnetcore/src/Antiforgery
William Godbe 8218d6e0e7
Fix various "Type or namespace not found" errors (#20736)
* Add manual packageReferences where needed

* Add more explicit packageRefs

* Fix typo

* undo changes to blazor.server.js

* Fix typo

* Don't gen ref assemblies in CodeCheck
2020-04-14 10:57:26 -07:00
..
ref Merge branch 'release/3.1' into merge/release/3.0-to-release/3.1 2019-12-11 20:03:03 -08:00
src Fix various "Type or namespace not found" errors (#20736) 2020-04-14 10:57:26 -07:00
test [release/3.1] Update dependencies from 2 repositories (#13571) 2019-09-15 21:27:50 -07:00
Antiforgery.sln
README.md
build.cmd Replace Internal.AspNetCore.Sdk with Microsoft.DotNet.Arcade.Sdk (#10674) 2019-06-07 17:19:41 -07:00
build.sh Make pubinternal types in Antiforgery internal (#8340) 2019-03-11 14:18:17 -07:00
startvs.cmd Make pubinternal types in Antiforgery internal (#8340) 2019-03-11 14:18:17 -07: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.