Q: Does When the tool generates any class library projects that the WPF/Winform projects reference, are they .Net Standard or .Net Framework?
...
Basically, my question was: If the tool generates any class library projects that the WPF/Winform projects reference, are they .Net Standard or .Net Framework?
A: I I believe we reference .NET Framework.
We have a gmSL routine responsible for setting framework version based on target VS Version. But you can modify it to target something else.
...