Browse Source

Update README.md

pull/639/head
Kévin Chalet 8 years ago
parent
commit
eb6783fb04
  1. 7
      README.md

7
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
<PackageReference Include="OpenIddict" Version="2.0.0-*" />
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="2.0.0-*" />
<PackageReference Include="OpenIddict.Mvc" Version="2.0.0-*" />
<PackageReference Include="OpenIddict" Version="2.0.0-rc3-final" />
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="2.0.0-rc3-final" />
```
- **Configure the OpenIddict services** in `Startup.ConfigureServices`:

Loading…
Cancel
Save