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
{{ message }}
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.
I have tried to put a package reference to Nuget.Common 4.3.0 in my CBT Modules project but the issue persists.
C:\Users\johncall.nuget\packages\nuget.deterministic\2.0.25\build\NuGet.Deterministic.targets(38,5): error MSB4018: System.IO.FileNotFoundException: Could not load file or assembly 'NuGet.Common, Version=4.3.0.5, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
The text was updated successfully, but these errors were encountered:
jeffkl
changed the title
Nuget.Determenistic.2.0.25 failing due to missing Nuget.Common binary
Nuget.Deterministic.2.0.25 failing due to missing Nuget.Common binary
Oct 12, 2018
Do you only get the error in command-line based builds via MSBuild.exe and not in Visual Studio? What version of MSBuild and Visual Studio are you running?
Error appears both via msbuild and via visual studio.
msbuild version: Microsoft (R) Build Engine version 15.8.168+ga8fba1ebd7 for .NET Framework
Visual Studio 2017 version: 15.8.3
@jeffkl I also hit this. NuGet.Tasks.Deterministic.dll Seems to depend on Nuget.Common 4.3.0.5 which is no longer available(I cant find it on nuget.org). Can we generate a new version of this package?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have tried to put a package reference to Nuget.Common 4.3.0 in my CBT Modules project but the issue persists.
C:\Users\johncall.nuget\packages\nuget.deterministic\2.0.25\build\NuGet.Deterministic.targets(38,5): error MSB4018: System.IO.FileNotFoundException: Could not load file or assembly 'NuGet.Common, Version=4.3.0.5, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
The text was updated successfully, but these errors were encountered: