This extension improves the efficiency of development for projects where multiple TargetFramework are defined.
Currently, OmniSharp which is used to analyze C# code in VSCode, is set to analyze the first TargetFramework when multiple TargetFrameworks are defined.
If you set the value of TargetFramework, it will take precedence over it. This extension makes it easy to set that up.
This extension adds TargetFrameworkSwitcher.targets
file to project directory.
Since this file overrides default TargetFramework, it is recommended that you add that file to gitignore so that it does not change the behavior in CI or other contributors.