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

Jay K 26 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?

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,291 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,140 questions
{count} vote

Accepted answer
  1. AgaveJoe 26,186 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