Base solution for your next web application
Open Closed

Upgrade from 7.3 .net framework version to 7.3 .net core then to 8.0 #8031


User avatar
0
ashgadala created

Is there any guidance on swichting a 7.3 .net framework solution to 7.3 .net core so that I can upgrade to 8.0?


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @ashgadala

    We don't have a document but it should be very easy to switch. Just change TargetFramework of your csproj files (the ones with net461) to netcoreapp2.2 first. After completing this migration, you can try to move to netcoreapp3.0.

    Your current app must be compatible with netcoreapp2.2.

  • User Avatar
    0
    ismcagdas created
    Support Team

    This issue is closed because it has not had recent activity for a long time.