mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-09 13:34:58 +00:00
Nuget fails to install #226
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 @ghost on GitHub (Aug 16, 2017).
I believe this is the same error with description on how to fix it: https://github.com/onovotny/ReferenceGenerator/issues/4
In general you get error message like this:
One or more projects are incompatible with UAP,Version=v10.0. Project xxx is not compatible with uap10.0 (UAP,Version=v10.0) / win10-arm.The solution from the user side is to edit project.json and change uap from 10.0 to 10.0.x, but it would be better if the nuget is fixed.