diff --git a/README.md b/README.md index ea7d23ab..c7fe32f4 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,23 @@ with an ECDSA certificate/key will always result in a `PlatformNotSupportedExcep - **Gitter: [https://gitter.im/openiddict/openiddict-core](https://gitter.im/openiddict/openiddict-core)** - **StackOverflow: [https://stackoverflow.com/questions/tagged/openiddict](https://stackoverflow.com/questions/tagged/openiddict)** +## Nightly builds + +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 + + + + + + + +``` + ## Contributors **OpenIddict** is actively maintained by **[Kévin Chalet](https://github.com/kevinchalet)**. Contributions are welcome and can be submitted using pull requests.