You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our interim pre-release NuGet packages first get published to MyGet.
Instructions to add ServiceStack's MyGet feed to VS.NET are:
Go to Tools -> Options -> Package Manager -> Package Sources
Add the Source https://www.myget.org/F/servicestack with the name of your choice, e.g. ServiceStack MyGet feed
After registering the MyGet feed it will show up under NuGet package sources when opening the NuGet package manager dialog:
Which will allow you to search and install pre-release packages from the selected MyGet feed.
Redownloading MyGet packages
If you've already packages with the same version number from MyGet previously installed, you will need to manually delete the NuGet /packages folder for NuGet to pull down the latest packages.
Clear NuGet Package Cache
To clear NuGet Package Cache go to Tools -> Options and click Clear Package Cache:
This option is not available in VS 2015+, instead delete the Cached Nuget packages with:
del %LOCALAPPDATA%\NuGet\Cache\*.nupkg /q
If the above options do not work, try running the following command: