From a3fccdd3de76aea86fc96bb6e6768e5c33d76c6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Tue, 19 Nov 2019 15:23:00 +0100 Subject: [PATCH] Update README.md to indicate how to reference the OpenIddict MyGet feed --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 4a7a035c..c7148c0b 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,18 @@ To use OpenIddict 3.x, 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. + - **Create a `NuGet.config` file referencing the OpenIddict feed** (at the root of your solution): + +```xml + + + + + + + +``` + - **Update your `.csproj` file** to reference the `OpenIddict` packages: ```xml