The install command from the doc site (http://nest.azurewebsites.net/nest/quick-start.html) shows the following: ``` PM > Install Package NEST -PreRelease ``` Change to the following? ``` PM > Install-Package NEST ```