0
I’m migrating my project from . net Framework pro. net core.
I installed Visual Studio Community 2019 and packages from . net core (including . net core 3.0).
But I cannot create a windows form with . net core. While trying I have this error message :
I have already followed the guidelines described but the selection I am guided to do simply does not exist in Visual Studio Community 2019:
I did in 2017, but the problem was not solved.
I also tried to create the form through the command :
dotnet new winforms -o Formulariocore
The project is created but I cannot open it. I have the error message:
The project file is incomplete. Expected imports are missing
I have also tried to reinstall Visual Studio Community 2019. The problem persists.
If anyone can help me with solving this problem, I’d really appreciate it.