-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't install on vs2013 premium #136
Comments
/cc @hmemcpy |
I was literally typing a comment, but forgot to press the button!!! Hmm, Community is the "minimum" version, but I don't remember if they added this logic in 2013. Is your Visual Studio updated with the latest update? |
Yes VS is updated. in the vsixmanifest there's this:
The last version not containing this is installable on vs2013 |
Using VS2013 Ultimate Update 5. I got round this by
It then installs with no issue. However I did not have nice icons on paket.dependencies or paket.references in my c# .net 4.6.2 dll projects, or in my solution folders. The tree view of packages does however show under the files, as do the icons on each depenency, and I have commands in the context menus as expected. |
The latest version I could install was 0.30.4.
All later versions failed telling me no compatible products have been found.
Looking at the manifest I saw that the version range is 12-16, but only community edition.
The text was updated successfully, but these errors were encountered: