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
I have a plain .NET console application (.NET 4.6) and reference a .NET core class library that targets NetStandard v1.3. The class library has a reference to Newtonsoft.JSON.
The referenced NewtonSoft.JSON package is deployed here:
C:\Users\UserAccount.nuget\packages\Newtonsoft.Json_9.0.1_
The Exception:
An unhandled exception of type 'System.IO.FileNotFoundException' occurred in DotNetConsoleApplication.exe
Additional information: Could not load file or assembly 'Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The system cannot find the file specified.
The console application adds a reference to the .net core class library directly from folder: