'What is the impact of .net framework (Upgrading from 4.6 to 4.8) AzureDevOps server version ( team using AzureDevOps - Pipeline and all other feature)

We have AzureDevOps hosted on the server and many team across region are using the AGILE model, we have self hosted server to build the pipeline.

We need to install "Modern Requirement" plugin and that need 4.8 > version to be available on the AzureDevOps server.

Please can anyone provide the impact details if any, as we should not impact the existing team with this change



Solution 1:[1]

The primary goal of newer .NET Framework updates (4.7/4.8) is to avoid breaking changes and prepare users to migrate to .NET Core, so performance improvements are quite limited.

If you do want to boost performance of your apps without tuning them yourself, .NET Core is your only option at this moment as it contains far too many performance patches which are not included in .NET Framework.

Please feel free to Upgrade .net framework from 4.6 to 4.8. We find the latest version of the .NET Framework is 4.72 and 4.8. We recommend you can Install the .NET Framework manually.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Jerry King