KevM / tikaondotnet

Use the Java Tika text extraction library on the .NET platform
http://kevm.github.io/tikaondotnet/
Apache License 2.0
195 stars 73 forks source link

Is this supported Asp.net Core 2.1? #154

Open loulazynote opened 1 year ago

loulazynote commented 1 year ago

I got this error.

Error: Package 'IKVM 8.1.5717' 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, .NETFramework,Version=v4.8.1' instead of the project target framework '.NETCoreApp,Version=v2.1'. This package may not be fully compatible with your project.

Is this supported Asp.net Core 2.1?

KevM commented 1 year ago

There has been some effort to get this project working on dotnet core. Not sure if that effort would extend to really old versions of core.

wasabii commented 1 year ago

So the answer from the IKVM front is no. The lowest we go, today, is netcoreapp3.1. And MS support for .NET Core 3.1 is ending exactly 1 week from now as it is. We're likely to keep supporting .NET Core 3.1 for the foreseeable future, however. No effort is going to be made by any of us to go further back.

wasabii commented 1 year ago

I would clarify something though. Since this question is asking about ASP.Net Core, and not just .NET Core.... back in the day, ASP.Net Core 2.1 could run ontop of .NET Framework. It was the last ASP.NET Core version to do so.

We support Framework just fine.

So if the goal is to actually use IKVM on ASP.NET Core on Framework, that'd work fine.