Missing GenericAppHost

I created a new project using the following command:
web new worker-redismq redismq
I am missing GenericAppHost, when I try to build generated solution. I upgraded to latest versions of ServiceStack and ServiceStack.Server, both 5.7.1 from ServiceStack myget. How to fix this? Please help.

You have an old version of v5.7.1 MyGet packages installed, you’ll need to clear your NuGet cache to download the latest MyGet packages.

Yes, that was the problem. I used command line:
nuget locals all -clear
and restored the packages in Rider IDE, that fixed the problem as you said.
Thanks.

1 Like