Hello.
I'd like to use the EpiServer Find Client library in an ASP.Net Core 2.0 Web API.
https://nuget.episerver.com/en/OtherPages/Package/?packageId=EPiServer.Find
When I build the project, I get the following warning:
Package 'EPiServer.Find 12.7.1' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.0'. This package may not be fully compatible with your project.
Some questions...
- Will a .Net Core 2 compatible version be released?
- If not, what's the best way to work around this issue?
Thanks
Howard