I've begun using ReSharper and really enjoy it. However I have a project which must use C# 2.0 specs. Is there anyway to get ReSharper to base its suggestions off of the 2.0 spec? I keep getting these suggestions to convert things to var and to use lambda expressions, which would be great, but I can't take advantage of them.
I'm using VS2010, Resharper 5
Thanks!