Home > Net >  Compile VS2010 project can use dotnet core?
Compile VS2010 project can use dotnet core?

Time:03-09

WinForm project last year, the simple function, use HttpListener to open the local port 8123 for listening, then according to the access URL information call the local third party DLL

Consider to run on Windows XP, and makes it easy to install and other reasons, then I use VS2010 development, using dotnet framework 4.0 profile

Now want to consider to make it run on Linux, and dotnet core can be cross-platform, want to consult everybody, can use the dotnet core compilation, or have a better solution

CodePudding user response:

DLL libraries can try, you can try to create a new project

CodePudding user response:

reference 1/f, han ren 3 response:
DLL libraries can try, you can try to create a new project


Code to rewrite

CodePudding user response:

refer to the second floor small wolves reply:
Quote: refer to 1st floor han ren 3 response:
DLL libraries can try, you can try to create a new project


Code to rewrite it

90% without rewriting code, only a few are third-party libraries need to rewrite
  • Related