mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
Issue with update in Nuget for 0.12.2 only #110
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 @RalphMack on GitHub (Jul 21, 2016).
I tried updating SharpCompress to 0.12.2 in NuGet and received the following error:
Failed to add reference. The package 'SharpCompress' tried to add a framework reference to 'System.Runtime' which was not found in the GAC. This is possibly a bug in the package. Please contact the package owners for assistance.
I was able to successfully update to 0.12.1, though.
@adamhathcock commented on GitHub (Jul 21, 2016):
I guess the PCL profile I added is no good. I copied it from the Newtonsoft project.json too.
Are you full framework 4.5 or something? There's like 3 different profiles on the package that could fit.
@RalphMack commented on GitHub (Jul 21, 2016):
Yes - building with .NET Framework 4.5.1 - using the net45 version.
@adamhathcock commented on GitHub (Jul 22, 2016):
Try this https://www.nuget.org/packages/sharpcompress/0.12.3
@RalphMack commented on GitHub (Jul 22, 2016):
Thanks. That worked!