-
-
Notifications
You must be signed in to change notification settings - Fork 138
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
Error in v1.1.0 on .NET 4.6.1: System.Runtime not found in the GAC #24
Comments
Hey @ben-reilly, thanks for letting me know.
Since the beginning of time (of this library) in the project file. For whatever reason, only the 1.1.0 version now has this in the nuspec:
Which seem to cause those issues... I can reproduce it with VS2015, VS2017 doesn't have any issues. Seems to be a nuget package manager issue... I'll try to fix it somehow. |
should be fixed in v1.1.1 |
That was fast! Confirmed it works in v1.1.1; thank you! |
Great ;) |
When I try to update my nuget package from v1.0.7 to v1.1.0 on .NET 4.6.1, I get the following error:
It appears that another package, NLog, experienced the same problem, so the solution might be found here: NLog/NLog.Extensions.Logging#91
The text was updated successfully, but these errors were encountered: