NuGet NuGetVersionNotSatisfiedException
Hi,
When trying to install Microsoft.CodeAnalysis.Scripting package I get NuGet.NuGetVersionNotSatisfiedException.
I have submitted the error.
When trying to install Microsoft.CodeAnalysis.Scripting package I get NuGet.NuGetVersionNotSatisfiedException.
I have submitted the error.
Comments
I think it is related to some new feature used in latest versions of some packages; for example, if I install the latest version of Microsoft.CodeAnalysis which is 1.1.1 then I will get this same exception; if I install 1.0.0 then it works.
Maybe instead of referencing nuget assemblies in Linqpad, we can optionally use external nuget.exe to download the packages? Nuget.exe has a switch to update itself: nuget.exe update -self.
www.linqpad.net/download.aspx#beta
The new beta uses the NuGet V3 client library. As that library is not a drop-in replacement for V2, some things have had to be re-coded. Let me know if anything is broken - such as support for proxies / credentials / custom feeds, etc.