Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this supported Asp.net Core 2.1? #154

Open
loulazynote opened this issue Nov 10, 2022 · 3 comments
Open

Is this supported Asp.net Core 2.1? #154

loulazynote opened this issue Nov 10, 2022 · 3 comments

Comments

@loulazynote
Copy link

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
Copy link
Owner

KevM commented Nov 14, 2022

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
Copy link

wasabii commented Dec 6, 2022

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
Copy link

wasabii commented Dec 6, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants