.net Core 2.0 - Package was restored using .NetFramework 4.6.1 instead of target framework .netCore 2.0. The package may not be fully compatible

后端 未结 3 1674
Happy的楠姐
Happy的楠姐 2020-12-28 11:08

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

3条回答
  •  北海茫月
    2020-12-28 11:45

    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.

提交回复
热议问题