Visual Studio Code – How to configure a Visual Studio 2022 solution to compile the same code to .NET 4.8 and .NET 7?
Problem description I have a solution based on .NET Framework 4.8, it is a class library project written with VB.NET, built with VS2019 and updated to VS2022. The project is VERY heavy (a full toolset for .NET developers), thousands of…