Cannot find Microsoft.Bcl.AsyncInterfaces
Getting an error
Unhandled exception. System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'
apparently at Program.<Main>$(String[] args)
. I'm not using AsyncInterfaces
and to my knowledge none of the libraries I'm using use it either, so I have no idea what's happening.0 Replies