Thanks to you and miles for such fast replies.
Trying to get the cmd project to build as a .net 2.0 project. When manually adding references to the boo.lang.*
Warning 5 The primary reference "Boo.Lang.Parser" could not be resolved because it has an indirect dependency on the framework assembly "System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which could not be resolved in the currently targeted framework. ".NETFramework,Version=v2.0". To resolve this problem, either remove the reference "Boo.Lang.Parser" or retarget your application to a framework version which contains "System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". cdb.etl.cmd
ILSpy says that boo.lang.compiler does ref system.core 3.5.
The only reason I'm trying is that I'm loading a .net 2.0 dll that that really crashes badly when loaded with a mix of .net frameworks. That is my best guess at this point.
Kirk