mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
npm install (update) error #109
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bercut497 on GitHub (Jul 19, 2016).
Error message
Npm log
@adamhathcock commented on GitHub (Jul 21, 2016):
You're using .NET 4.5.2?
@bercut497 commented on GitHub (Jul 21, 2016):
yes.
".NETFramework,Version=v4.5.2".SharpCompress version 0.12.1 work fine, but 0.12.2 not
@patroza commented on GitHub (Jul 22, 2016):
Same problem on .NET 4.6.
Probably: https://github.com/NuGet/Home/issues/3103
@adamhathcock commented on GitHub (Jul 22, 2016):
Try this https://www.nuget.org/packages/sharpcompress/0.12.3
@patroza commented on GitHub (Jul 22, 2016):
@adamhathcock oh yes, that's it, thanks a lot!
(haven't checked for runtime issues yet, but adding works!)