You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried to install Docker.DotNet 2.124.1 on Windows 10 in Visual Studio 15 Update 3, but that failed with "Failed to add reference to 'System.Runtime'. Please make sure that it is in the Global Assembly Cache".
What version of Docker.DotNet?:
2.124.1
Steps to reproduce the issue:
Install Docker.DotNet 2.124.1 via Nuget on Windows 10 in a project targeting .NET 4.6
What actually happened?:
Installation of Docker.DotNet fails with "Failed to add reference to 'System.Runtime'. Please make sure that it is in the Global Assembly Cache"
What did you expect to happen?:
Package should install smoothly
Additional information:
According to this post: dotnet/aspnetcore#1157 , it can be fixed by adding System.Net.Runtime as build-type dependency.
The text was updated successfully, but these errors were encountered:
@christianhuening - This was fixed in #105 but we have not published an update to Nuget.org yet. Would you be willing to build this updated package and tell me if it fixes your problem?
Agreed this should be on nuget.org. We're living off of a private nuget repository which acts as a cash and serves internal packages to us. So I almost forgot about it. @jterry75 can you do that?
Tried to install Docker.DotNet 2.124.1 on Windows 10 in Visual Studio 15 Update 3, but that failed with "Failed to add reference to 'System.Runtime'. Please make sure that it is in the Global Assembly Cache".
What version of Docker.DotNet?:
Steps to reproduce the issue:
What actually happened?:
Installation of Docker.DotNet fails with "Failed to add reference to 'System.Runtime'. Please make sure that it is in the Global Assembly Cache"
What did you expect to happen?:
Package should install smoothly
Additional information:
According to this post: dotnet/aspnetcore#1157 , it can be fixed by adding System.Net.Runtime as build-type dependency.
The text was updated successfully, but these errors were encountered: