hello!
I am developing a web app using ASP.NET Core.
In order to improve server-side performance and responsiveness, we are trying to embed the server in charge of the user UI into the client app itself.
I built Asp.Net Core 2.2 in Xamarin and confirmed that it works well, but I couldn't get a higher version from the nuget gallery. (I added the Dependency manually)
By the way, I want to select Asp.Net Core 2.2 when creating a web project to use Razor Page support in Visual Studio 2019, but the option does not appear.
How can I create that version of the web project?

