I'm relatively new to the .NET environment and need to develop in VS Code (no VS available for reasons). I also need to use an assembly, build for the .NET 4 framework, but every single thread only lists .NET Core for VS Code. If I understand correctly both are .NET frameworks, but Code can be used on more plattforms and is based on the .NET 2.x/3.x framework?
So my question is, how can I compile and debug C# code with an .NET 4 assembly in VS Code?
I've already tried and installed .NET 4.8 but VS Code still requires Core.