http://www.nuget.org/packages/Nuget.Core/
The latest release (2.6.0.1) contains nuget.core.dll version 2.6.40619.9041
The latest Nuget extension for visual studio uses nuget.core.dll version 2.6.40627.9000
I have a Visual Studio add-in that has a reference to the Nuget.Core nuget package and I'm having the usual casting issues from the different versions.
Can someone update the Nuget.Core package to contain the latest build/bits?
Comments: We won't update the 2.6 version due to limited testing resources, but we'll fix it in the upcoming 2.7 version. Having said that, we don't recommend you reference NuGet.Core from your add-in, because of this very problem. Even if we fix the problem now, when your users upgrade to NuGet 2.7, your add-in will break again. What are you trying to do in your add-in? Perhaps this page can help? http://docs.nuget.org/docs/reference/invoking-nuget-services-from-inside-visual-studio
The latest release (2.6.0.1) contains nuget.core.dll version 2.6.40619.9041
The latest Nuget extension for visual studio uses nuget.core.dll version 2.6.40627.9000
I have a Visual Studio add-in that has a reference to the Nuget.Core nuget package and I'm having the usual casting issues from the different versions.
Can someone update the Nuget.Core package to contain the latest build/bits?
Comments: We won't update the 2.6 version due to limited testing resources, but we'll fix it in the upcoming 2.7 version. Having said that, we don't recommend you reference NuGet.Core from your add-in, because of this very problem. Even if we fix the problem now, when your users upgrade to NuGet 2.7, your add-in will break again. What are you trying to do in your add-in? Perhaps this page can help? http://docs.nuget.org/docs/reference/invoking-nuget-services-from-inside-visual-studio