From 6d1ce096904e188da8538bea0d7d7280930ff600 Mon Sep 17 00:00:00 2001 From: tuath Date: Thu, 25 Jan 2018 14:29:14 -0500 Subject: [PATCH] Remove mentions of the nightly builds feed from README.md --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 04417933..dad08aa1 100644 --- a/README.md +++ b/README.md @@ -47,18 +47,6 @@ To use OpenIddict, you need to: - **Have an existing project or create a new one**: when creating a new project using Visual Studio's default ASP.NET Core template, using **individual user accounts authentication** is strongly recommended. When updating an existing project, you must provide your own `AccountController` to handle the registration process and the authentication flow. - - **Add the appropriate MyGet repositories to your NuGet sources**. This can be done by adding a new `NuGet.Config` file at the root of your solution: - -```xml - - - - - - - -``` - - **Update your `.csproj` file** to reference `AspNet.Security.OAuth.Validation` and the `OpenIddict` packages: ```xml