0

I have a question is it possible to reference .net core project to .net framework 4.6.1 MVC.

I tried to do it by adding standard references, but no luck there it just telling me that project target to .net core platform can not be referenced to .net framework one.

Anyone knows answer to that?

2

1 Answer 1

3

in fact, you can't do this but if you can migrate all the needed logic in a library targetting .net standard you will be able to reference it in each framework. And mainly this is the main goal of the .net standard.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.