diff --git a/src/Antiforgery/README.md b/src/Antiforgery/README.md index 692348309d..1d03adbc0a 100644 --- a/src/Antiforgery/README.md +++ b/src/Antiforgery/README.md @@ -1,14 +1,8 @@ -Antiforgery -=========== +Antiforgery [Archived] +====================== -AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/17l06rulbn328v4k/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/Antiforgery/branch/dev) - -Travis: [![Travis](https://travis-ci.org/aspnet/Antiforgery.svg?branch=dev)](https://travis-ci.org/aspnet/Antiforgery) +**This GitHub project has been archived.** Ongoing development on this project can be found in . 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 [Home](https://github.com/aspnet/home) repo. - -Samples can be found in [Entropy](https://github.com/aspnet/Entropy). -The [MVC](https://github.com/aspnet/Entropy/tree/dev/samples/Antiforgery.MvcWithAuthAndAjax) sample shows how to use Antiforgery in MVC when making AJAX requests. -The [Angular](https://github.com/aspnet/Entropy/tree/dev/samples/Antiforgery.Angular1) sample shows how to use Antiforgery with Angular 1. +This project is part of ASP.NET Core. You can find documentation and getting started instructions for ASP.NET Core at the [AspNetCore](https://github.com/aspnet/AspNetCore) repo. diff --git a/src/Antiforgery/build/dependencies.props b/src/Antiforgery/build/dependencies.props index e49741a117..390dd363ed 100644 --- a/src/Antiforgery/build/dependencies.props +++ b/src/Antiforgery/build/dependencies.props @@ -3,27 +3,27 @@ $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - 2.2.0-preview1-20180928.5 - 2.2.0-preview3-35359 - 2.2.0-preview3-35359 - 2.2.0-preview3-35359 - 2.2.0-preview3-35359 - 2.2.0-preview3-35359 - 2.2.0-preview3-35359 - 2.2.0-preview3-35359 - 2.2.0-preview3-35359 - 2.2.0-preview3-35359 - 2.2.0-preview3-35359 - 2.2.0-preview3-35359 + 3.0.0-alpha1-20180919.1 + 3.0.0-alpha1-10549 + 3.0.0-alpha1-10549 + 3.0.0-alpha1-10549 + 3.0.0-alpha1-10549 + 3.0.0-alpha1-10549 + 3.0.0-alpha1-10549 + 3.0.0-alpha1-10549 + 3.0.0-alpha1-10549 + 3.0.0-alpha1-10549 + 3.0.0-alpha1-10549 + 3.0.0-alpha1-10549 2.0.9 2.1.3 - 2.2.0-preview3-26927-02 + 2.2.0-preview2-26905-02 15.6.1 - 4.7.49 + 4.9.0 2.0.3 2.3.1 2.4.0 - + diff --git a/src/Antiforgery/build/repo.props b/src/Antiforgery/build/repo.props index f5a581d954..08097e1589 100644 --- a/src/Antiforgery/build/repo.props +++ b/src/Antiforgery/build/repo.props @@ -3,7 +3,6 @@ Internal.AspNetCore.Universe.Lineup - 2.2.0-* https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json diff --git a/src/Antiforgery/version.props b/src/Antiforgery/version.props index 4889a26987..71a78cddd8 100644 --- a/src/Antiforgery/version.props +++ b/src/Antiforgery/version.props @@ -1,7 +1,7 @@ - + - 2.2.0 - rtm + 3.0.0 + alpha1 $(VersionPrefix) $(VersionPrefix)-$(VersionSuffix)-final t000