Roslyn in Linqpad
If I want to add Nuget Microsoft.Framework.Runtime.Roslyn I get "There are no usable .NET assemblies in package..."
I have visual studio 2015 preview installed, so I have 4.5.3 and 4.5.1 installed.
However, if I do Environment.Version.ToString().Dump() in Linqpad, I get 4.0.30319.0
I've tried this with 4.55.03 and with beta 4.56.06, both with same results.
Any ideas?
Robert
I have visual studio 2015 preview installed, so I have 4.5.3 and 4.5.1 installed.
However, if I do Environment.Version.ToString().Dump() in Linqpad, I get 4.0.30319.0
I've tried this with 4.55.03 and with beta 4.56.06, both with same results.
Any ideas?
Robert
Comments
The standard Roslyn package is now called 'Microsoft.CodeAnalysis'