Is it possible to change the target framework to .net 4.0 in an application originally started in Silverlight 3? I have upgraded the Silverlight target to Silverlight 4 with no problem, but it seems that I am stuck with using the .net framework 3.5 in my actual C# code. (I'm trying to use threading tasks if that is any help)
I am using the most up to date version of Visual Studio 2010. I can't seem to find an explicit way to set the framework of the Silverlight (the target framework for the companion website is easy to find)
Thanks everyone.