From 043483ed19fe9894e51d4b3f3345c23a56aa6589 Mon Sep 17 00:00:00 2001 From: Daniel Crha Date: Tue, 13 Oct 2020 17:16:18 +0200 Subject: [PATCH] Add guide for referencing the MyGet feed --- guide/getting-started.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/guide/getting-started.md b/guide/getting-started.md index 347c8cd..df6fa5b 100644 --- a/guide/getting-started.md +++ b/guide/getting-started.md @@ -13,6 +13,21 @@ To use OpenIddict, you need to: ``` + - **OPTIONAL: If you want to try out the latest features and bug fixes,** there is a MyGet feed with nightly builds + of OpenIddict. + + To reference the OpenIddict MyGet feed, **create a `NuGet.config` file** (at the root of your solution): + + ```xml + + + + + + + + ``` + - **Configure the OpenIddict services** in `Startup.ConfigureServices`: ```csharp