roslyn-sdk
roslyn-sdk copied to clipboard
Roslyn Analyzer Template
When creating an analyzer it says “standard” in the template, but this seems to be a .NET framework target project:
I think this relates to dotnet/roslyn-sdk repository.
https://github.com/dotnet/roslyn-sdk/tree/8647b801e8696dfc566bf18f2e7df34822ad3255/src/VisualStudio.Roslyn.SDK/Roslyn.SDK
yep, the VSIX project targets .NET Framework. We should change this to have it only target .NET 4.7.2 and remove the user option