This package is not compatible with Asp.Net Core 3 web api. Only .net framework :/.
Quick describe: I am working on an custom web api project with asp.net core 3.0. The goal is to connect with TFS 2013 to create/update/event listener work items. I was trying to install :
Microsoft.TeamFoundationServer.ExtendedClient -Version 16.153.0
I prompt me with the following waring
Warning NU1701 Package 'Microsoft.AspNet.WebApi.Core 5.2.3' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.0'.
This package may not be fully compatible with your project.
I even posted in their site. Any workaround this ?(switch to .NETFramework is out of the list) Thanks