M
M
Magnus Volynov2019-11-03 21:44:55
.NET
Magnus Volynov, 2019-11-03 21:44:55

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

1 answer(s)
F
Foggy Finder, 2019-11-03
@vlados322proger

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 question

Ask a Question

731 491 924 answers to any question