From eb6783fb0452ce438fcfc4f4569d5512251d97d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Thu, 5 Jul 2018 21:08:00 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 704279e8..cb5fb260 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ with the power to control who can access your API and the information that is ex > **Samples for ASP.NET Core 1.x can be found [in the master branch of the samples repository](https://github.com/openiddict/openiddict-samples/tree/master)**. -## Migrating to OpenIddict RC2? +## Migrating to OpenIddict RC3? **Before updating your application, read [the migration guide](https://openiddict.github.io/openiddict-documentation/guide/migration.html)**. @@ -54,9 +54,8 @@ To use OpenIddict, you need to: - **Update your `.csproj` file** to reference the `OpenIddict` packages: ```xml - - - + + ``` - **Configure the OpenIddict services** in `Startup.ConfigureServices`: