tikaondotnet icon indicating copy to clipboard operation
tikaondotnet copied to clipboard

Is this supported Asp.net Core 2.1?

Open loulazynote opened this issue 3 years ago • 3 comments
trafficstars

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?

loulazynote avatar Nov 10 '22 13:11 loulazynote

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.

KevM avatar Nov 14 '22 13:11 KevM

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 avatar Dec 06 '22 17:12 wasabii

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.

wasabii avatar Dec 06 '22 17:12 wasabii