How can I create older version of web project for Asp.Net Core 2.2

Jay K 46 Reputation points
2022-05-14T09:24:38.777+00:00

hello!

I am developing a web app using ASP.NET Core.

  1. 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.
  2. 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)
  3. 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?

Developer technologies | .NET | Xamarin
Developer technologies | ASP.NET | ASP.NET Core
{count} vote

Answer accepted by question author
  1. AgaveJoe 30,406 Reputation points
    2022-05-14T10:53:10.58+00:00

    Installed the 2.2 SDK which, by the way, is out of support.

    https://dotnet.microsoft.com/en-us/download/dotnet

    Then create an ASP.NET Core Web Application and select version 2.2 (Out of support).

    201953-capture.png


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.