I have a .net core 2.0 console app. I\'m trying to read files from TFS using the following:
How to get a file from TFS directly into memory (i.e., don't want t
That particular package does not include assemblies for dotnet core, at least not at present. You may be able to build it for core yourself with a few tweaks to the project file, but I can't say for sure without diving into the source myself.