Does Windows server 2019 support .Net framework 4.5

Pallavi15 21 Reputation points
2022-11-04T19:52:12.03+00:00

We are looking to migrate an existing .net 4.5 application to AWS, I am wondering if 2019 server will support this version?

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,514 questions
0 comments No comments
{count} votes

Accepted answer
  1. Dave Patrick 426.2K Reputation points MVP
    2022-11-04T20:00:17.75+00:00

    Read on here. Shouldn't be a problem but always test first.
    https://learn.microsoft.com/en-us/dotnet/framework/migration-guide/versions-and-dependencies
    https://learn.microsoft.com/en-us/dotnet/framework/migration-guide/

    --please don't forget to upvote and Accept as answer if the reply is helpful--


2 additional answers

Sort by: Most helpful
  1. Arun Siripuram 801 Reputation points
    2022-11-06T16:01:08.887+00:00

    @Pallavi15

    We have a similar case while migrating Legacy applications to .Net Framework 4.5 on Windows Server 2019. It worked in my case, however, please test the entire application on a test environment on Windows Server 2019 with .Net Framework 4.5.

    Please refer the below links for more information on the same topic

    Application compatibility in the .NET Framework:
    https://learn.microsoft.com/en-us/dotnet/framework/migration-guide/application-compatibility

    Version compatibility and Backward compatibility:
    https://learn.microsoft.com/en-us/dotnet/framework/migration-guide/version-compatibility

    Please upvote and Accept as answer if the reply is helpful

    0 comments No comments

  2. M A Ali 1 Reputation point
    2022-11-06T16:35:15.783+00:00

    Yes it will till 4 but if you have earlier than 4 you will have to check the migration documents.

    0 comments No comments