Posted on 20/10/2021 10:29:50
Hi Jan,
To answer the question directly, however cheekily. The procedure is as you specify, or using the NuGet Package Manager in Visual Studio in lieu of the Package Manager Console. You do, however, need to make sure that you're not using any other Dynamicweb package feeds than NuGet.org. If you still reference any Dynamicweb feeds on MyGet, you must remove them.
I've just installed Dynamicweb.Admin 9.12.2 in Visual Studio 2019 on an ASP.NET Web Application running .NET Framework 4.7.2 using the command you specify, and it works as expected. Dynamicweb 9 is not now nor will it ever be .NET Core compatible, so you're right that it won't work in an ASP.NET Core application. Dynamicweb 10 will run on the new .NET stack, specifically .NET 5 (or probably .NET 6 by the time it comes out).
You say that the install command won't work in .NET Framework, why? What are you experiencing? It's not easy to assist when you don't specify what issues you're running into. Granted, I haven't tried to install a 9.10 solution using this method, but the latest 9.12 works just fine for me.
- Jeppe