-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Failed to add reference to 'System.Runtime'. Please make sure that it is in the Global Assembly Cache. #1157
Comments
The solution was to make
I'm not entirely sure what this means so any helpful comments would be much appreciated. |
We've also just hit this, see elastic/elasticsearch-net#1774 Setting |
Also just ran intom this. Same concern as gmarz. |
This issue is being closed because it has not been updated in 3 months. We apologize if this causes any inconvenience. We ask that if you are still encountering this issue, please log a new issue with updated information and we will investigate. |
Not sure where to post this...
I have the following project.json using several frameworks from .NET 4, all the way up to 4.6.1 and also Serilog is added as a global dependency, while all the frameworks except .NET 4 also have Serilog.Sinks.EventLog as an additional dependency. If I remove the
System.Runtime
references I get 37 of these errors:If I publish my NuGet package and then try to install it, I get the following error:
Why am I being forced to add System.Runtime and what does this achieve?
My project.json
The text was updated successfully, but these errors were encountered: