Answer the question
In order to leave comments, you need to log in
NET core. How to transfer from windows to mac os?
Hello everyone, I wrote a simple console application in C # (NET Core) on Windows, but how can I transfer it to mac os, who knows?
Answer the question
In order to leave comments, you need to log in
You can build an application for another platform using the publish
command
, specifying the correct runtime. For example:
dotnet publish -c Release --framework netcoreapp2.0 --runtime osx-x64
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question