dotnet / roslyn-sdk

Roslyn-SDK templates and Syntax Visualizer
MIT License
512 stars 257 forks source link

Roslyn Analyzer Template #702

Open mikadumont opened 3 years ago

mikadumont commented 3 years ago

When creating an analyzer it says “standard” in the template, but this seems to be a .NET framework target project:

image

Youssef1313 commented 3 years ago

I think this relates to dotnet/roslyn-sdk repository.

https://github.com/dotnet/roslyn-sdk/tree/8647b801e8696dfc566bf18f2e7df34822ad3255/src/VisualStudio.Roslyn.SDK/Roslyn.SDK

jmarolf commented 3 years ago

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