I am developing a REST web server using .net. I need to call 3rd party assemblies that was compiled against .net framework v4.0. In VS 2017 I choose the "ASP .NET Core Web Application" (.NET Core 2.1) template for my project. I try to add the 3rd party assemblies by using Project: Add->Reference... However I get yellow warning sign icons on the assemblies in the Project:Assemblies tree view.The properties page for these assemblies are all blank.
Can .net core call .net 4 assemblies? If so how do I add them to the project correctly?