Chris Jones 05c954c49b conform to a more std naming scheme for personal sh scripts | il y a 4 ans | |
---|---|---|
.. | ||
README.md | il y a 4 ans |
brew cask install dotnet-sdk
The above command implies homebrew is setup and working on macOS along with the casks tap for brew, and only install the
dotnet-sdk
cask an no other, and thedotnet-sdk
provides all the tooling for dotnet on macOS, and if another dotnet cask is installed complications will arise.
requires a proper directory structure to be setup
dotnet publish -c Release --framework netcoreapp2.1 --runtime osx-x64
To run the binary produced by the dotnet compiler
./bin/Release/netcoreapp2/osx-x64/helloWorld
Microsoft provides a analysis tool to see if a .Net Framework applicaiton can be converted to .Net Core which is compatible with Windows, Mac, and Linux.
To utilize the above mentioned tool Visual Studio 2019 should be installed on a Windows 10 machine.
choco install visualstudio2019community