NRefactory icon indicating copy to clipboard operation
NRefactory copied to clipboard

Is it possible to force NRefactory to use .NET 3.5 instead of 4 when analyzing code?

Open svermeulen opened this issue 9 years ago • 0 comments

Sorry if this is obvious or answered somewhere else but I can't seem to find an answer to it.

The code I'd like to analyze with NRefactory is written using .NET framework 3.5. So I'm getting errors when using NRefactory because it thinks that certain classes exist really don't (eg. classes that were only added with .NET 4.0). Is there a way to get NRefactory to use 3.5 instead of 4 when analyzing code?

svermeulen avatar Sep 23 '16 15:09 svermeulen