diff --git a/guide/getting-started.html b/guide/getting-started.html index f80c7ab..9dccce5 100644 --- a/guide/getting-started.html +++ b/guide/getting-started.html @@ -79,6 +79,17 @@
<PackageReference Include="OpenIddict" Version="2.0.0-*" />
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="2.0.0-*" />
+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 version="1.0" encoding="utf-8"?>
+<configuration>
+ <packageSources>
+ <add key="nuget" value="https://api.nuget.org/v3/index.json" />
+ <add key="openiddict" value="https://www.myget.org/F/openiddict/api/v3/index.json" />
+ </packageSources>
+</configuration>
+
Configure the OpenIddict services in Startup.ConfigureServices
:
public void ConfigureServices(IServiceCollection services)
{
diff --git a/manifest.json b/manifest.json
index 9c6636f..76c604c 100644
--- a/manifest.json
+++ b/manifest.json
@@ -57,7 +57,7 @@
"output": {
".html": {
"relative_path": "guide/getting-started.html",
- "hash": "g+HGy8TAzkc07i36wiH2xA=="
+ "hash": "EWKuFWuD0P8E+zfRGWBI3w=="
}
},
"is_incremental": false,